Handle quoting right

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-28 22:43:58 +00:00
parent 45983ee126
commit 35f7ba9120

View File

@ -10,7 +10,7 @@
#
# Syntax: The same as grep
if grep $@
if grep "$@"
then exit 1
else exit 0
fi