mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Remove obsolete script
llvm-svn: 6967
This commit is contained in:
parent
59b1ec155a
commit
8138e135b6
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Program: grep-not
|
||||
#
|
||||
# Synopsis: Search the input to the program for a regular expression, working
|
||||
# just like grep. The only difference is that we return success if
|
||||
# the pattern was not found, and failure if it was. This is useful
|
||||
# for TestRunner tests which want to make sure something DOES NOT
|
||||
# occur in the output of a command.
|
||||
#
|
||||
# Syntax: The same as grep
|
||||
|
||||
if grep "$@"
|
||||
then exit 1
|
||||
else exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user