mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 16:51:42 +00:00
Fix patterns to match only one-char words.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a07e0b5e18
commit
ab9ef2ae84
@ -56,7 +56,7 @@ echo ""; echo " FILES REMOVED FROM YOUR DIRECTORY:"
|
||||
grep 'no longer in the repository' cvs.out
|
||||
|
||||
echo ""; echo " FILES SUCCESSFULLY MERGED (or locally modified):"
|
||||
grep '^M' cvs.out | grep -v Merging
|
||||
grep '^M ' cvs.out
|
||||
|
||||
echo ""; echo " NEW FILES AND DIRECTORIES:"
|
||||
if ($printnew != 0) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user