aboutsummaryrefslogtreecommitdiff
path: root/bin/g
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-27 20:19:11 +0000
committerrsc <devnull@localhost>2005-07-27 20:19:11 +0000
commit5f4529e351e77e4ab61d258ca3dea69852a1e0ba (patch)
tree1ca28de3bc5a6b787317075a5f2793eb3c82507d /bin/g
parent3fc9d8848430fe72937b268f930896b5ec6f7513 (diff)
downloadplan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.tar.gz
plan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.tar.bz2
plan9port-5f4529e351e77e4ab61d258ca3dea69852a1e0ba.zip
revert
Diffstat (limited to 'bin/g')
-rwxr-xr-xbin/g2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g b/bin/g
index b71bb31e..33460f8b 100755
--- a/bin/g
+++ b/bin/g
@@ -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"