From 761e41b2374c31b9c1c398db7f5dd2434208ba30 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 8 Oct 2004 17:59:29 +0000 Subject: [PATCH] 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 --- utils/llvmdo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/llvmdo b/utils/llvmdo index 3c9532bc023..c7dbcc5c0eb 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"