mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
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:
parent
670c889ac9
commit
761e41b237
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user