From: Reid Spencer Date: Fri, 8 Oct 2004 17:59:29 +0000 (+0000) Subject: Make it so that positional parameters can have spaces in them. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=761e41b2374c31b9c1c398db7f5dd2434208ba30;p=oota-llvm.git Make it so that positional parameters can have spaces in them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16843 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvmdo b/utils/llvmdo index 3c9532bc023..c7dbcc5c0eb 100755 --- a/utils/llvmdo +++ b/utils/llvmdo @@ -103,7 +103,7 @@ if test -d "$TOPDIR" ; then \! -name 'FileParser.h' \ \! -name 'StackerParser.h' \ \! -name 'StackerParser.cpp' \ - -exec $PROGRAM $ARGS {} \; \ + -exec $PROGRAM "$@" {} \; \ \) else echo "Can't find LLVM top directory in $TOPDIR"