Handle quoting right

llvm-svn: 6954
This commit is contained in:
Chris Lattner 2003-06-28 22:43:58 +00:00
parent 2785679e9e
commit 25479c3cfe
1 changed files with 1 additions and 1 deletions

View File

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