diff options
author | rsc <devnull@localhost> | 2005-07-27 20:19:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-27 20:19:11 +0000 |
commit | 5f4529e351e77e4ab61d258ca3dea69852a1e0ba (patch) | |
tree | 1ca28de3bc5a6b787317075a5f2793eb3c82507d /bin/g | |
parent | 3fc9d8848430fe72937b268f930896b5ec6f7513 (diff) | |
download | plan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.tar.gz plan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.tar.bz2 plan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.zip |
revert
Diffstat (limited to 'bin/g')
-rwxr-xr-x | bin/g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ case $# in 1) pattern="$1" files=`/bin/ls *.[bcChlmy] *.cc *.lx *.py *.tex *.ms *.java *.xy 2>/dev/null | - 9 grep -v '\.tabx?\.[ch]$|^[xyz]\.'` + 9 grep -v '\.tabx?\.[ch]$'` ;; *) pattern="$1" |