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
This commit is contained in:
Reid Spencer 2004-10-08 17:59:29 +00:00
parent 670c889ac9
commit 761e41b237

View File

@ -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"