mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +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
|
||||
|
||||
if grep $@
|
||||
if grep "$@"
|
||||
then exit 1
|
||||
else exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user