aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"