g: fix typo in last commit
This commit is contained in:
parent
bd6747ccd0
commit
e60216c2b7
1 changed files with 1 additions and 1 deletions
2
rc/bin/g
2
rc/bin/g
|
@ -31,7 +31,7 @@ case *
|
|||
files=($files `$nl{walk -f $recurse -- $* \
|
||||
| grep -e $fullnames -e $suffixes >[2]/dev/null})
|
||||
if not
|
||||
files=$(files $f)
|
||||
files=($files $f)
|
||||
}
|
||||
}
|
||||
grep -n $flags -- $pattern $files /dev/null
|
||||
|
|
Loading…
Reference in a new issue