[llvm-commits] CVS: llvm/test/Scripts/grep-not

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 17:45:14 PDT 2003


Changes in directory llvm/test/Scripts:

grep-not updated: 1.1 -> 1.2

---
Log message:

Handle quoting right


---
Diffs of the changes:

Index: llvm/test/Scripts/grep-not
diff -u llvm/test/Scripts/grep-not:1.1 llvm/test/Scripts/grep-not:1.2
--- llvm/test/Scripts/grep-not:1.1	Sat Jun 28 17:28:31 2003
+++ llvm/test/Scripts/grep-not	Sat Jun 28 17:43:58 2003
@@ -10,7 +10,7 @@
 #
 # Syntax:   The same as grep
 
-if grep $@
+if grep "$@"
 then exit 1
 else exit 0
 fi





More information about the llvm-commits mailing list