diff options
-rwxr-xr-x | utils/llvmdo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvmdo b/utils/llvmdo index 3c9532bc02..c7dbcc5c0e 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" |