summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 22:43:58 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 22:43:58 +0000
commit25479c3cfea5f4ec30fd699c120ea604bed0b5dd (patch)
tree3d73cfeadee0ffb92d8ce07508cd9f97c13a765b /llvm/test/Scripts
parent2785679e9e73be6d3cd60dfd9701e8b62103044f (diff)
downloadbcm5719-llvm-25479c3cfea5f4ec30fd699c120ea604bed0b5dd.tar.gz
bcm5719-llvm-25479c3cfea5f4ec30fd699c120ea604bed0b5dd.zip
Handle quoting right
llvm-svn: 6954
Diffstat (limited to 'llvm/test/Scripts')
-rwxr-xr-xllvm/test/Scripts/grep-not2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Scripts/grep-not b/llvm/test/Scripts/grep-not
index 7fe67028cc0..9ea9bf0de6f 100755
--- a/llvm/test/Scripts/grep-not
+++ b/llvm/test/Scripts/grep-not
@@ -10,7 +10,7 @@
#
# Syntax: The same as grep
-if grep $@
+if grep "$@"
then exit 1
else exit 0
fi
OpenPOWER on IntegriCloud