minor fixes

This commit is contained in:
Michael Kerrisk 2005-10-19 12:42:20 +00:00
parent 30ac2aa66f
commit 3399ba3ae5
2 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,5 @@ echo '}' >> $awk_script_file
grep '^\.[BRI][BRI]* [a-zA-Z0-9_][a-zA-Z0-9_]*[^a-zA-Z_]*$' $* |
awk -f $awk_script_file | grep -v '([0-9]*)'
exit 0
rm -f $awk_script_file
exit 0

View File

@ -59,3 +59,4 @@ echo "Built regexp file; now about to grep..." 1>&2
grep -f $regexp_file $*
rm -f $regexp_file
exit 0