From: Chris Lattner Date: Sat, 28 Jun 2003 22:43:58 +0000 (+0000) Subject: Handle quoting right X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=35f7ba9120876f15148392b06c758fc23ec4a075;p=oota-llvm.git Handle quoting right git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Scripts/grep-not b/test/Scripts/grep-not index 7fe67028cc0..9ea9bf0de6f 100755 --- a/test/Scripts/grep-not +++ b/test/Scripts/grep-not @@ -10,7 +10,7 @@ # # Syntax: The same as grep -if grep $@ +if grep "$@" then exit 1 else exit 0 fi