Make it so that positional parameters can have spaces in them.

llvm-svn: 16843
This commit is contained in:
Reid Spencer 2004-10-08 17:59:29 +00:00
parent abab0719af
commit 6b9ba4a980
1 changed files with 1 additions and 1 deletions

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"