[llvm-commits] CVS: llvm/utils/llvmdo

Reid Spencer reid at x10sys.com
Fri Oct 8 10:59:40 PDT 2004



Changes in directory llvm/utils:

llvmdo updated: 1.7 -> 1.8
---
Log message:

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


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.7 llvm/utils/llvmdo:1.8
--- llvm/utils/llvmdo:1.7	Thu Oct  7 20:11:15 2004
+++ llvm/utils/llvmdo	Fri Oct  8 12:59:29 2004
@@ -103,7 +103,7 @@
       \! -name 'FileParser.h' \
       \! -name 'StackerParser.h' \
       \! -name 'StackerParser.cpp' \
-     -exec $PROGRAM $ARGS {} \; \
+     -exec $PROGRAM "$@" {} \; \
     \)
 else
   echo "Can't find LLVM top directory in $TOPDIR"






More information about the llvm-commits mailing list