Fix tab expansion

This commit is contained in:
Ron Pedde 2006-07-12 22:52:50 +00:00
parent 0d4bd16789
commit b1a5f93987
9 changed files with 72 additions and 72 deletions

View File

@ -2,4 +2,4 @@
XX=' '
echo "Searching for ${XX}."
egrep "${XX}" *.[ch]
egrep -l "${XX}" *.[ch]