mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
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:
parent
45983ee126
commit
35f7ba9120
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# Syntax: The same as grep
|
# Syntax: The same as grep
|
||||||
|
|
||||||
if grep $@
|
if grep "$@"
|
||||||
then exit 1
|
then exit 1
|
||||||
else exit 0
|
else exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user