diff --git a/llvm/utils/llvmdo b/llvm/utils/llvmdo index 3c9532bc0230..c7dbcc5c0eb1 100755 --- a/llvm/utils/llvmdo +++ b/llvm/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"