Handle quoting right
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:43:58 +0000 (22:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:43:58 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6954 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/grep-not

index 7fe67028cc085f55616bf768c5834af0f0b4e6bc..9ea9bf0de6f5350228febefaa85fa2c00646896e 100755 (executable)
@@ -10,7 +10,7 @@
 #
 # Syntax:   The same as grep
 
-if grep $@
+if grep "$@"
 then exit 1
 else exit 0
 fi