diff options
author | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
---|---|---|
committer | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
commit | c4fdc6bfdb2211e13643d5fba75edf437c122eef (patch) | |
tree | d5991bc7350d3058cfcefe06dfa43814e62df919 /rc/bin/ape/fgrep | |
parent | 6b402b83cffc97015345dab1c27c35afe64bb3db (diff) |
fix fuckup
Diffstat (limited to 'rc/bin/ape/fgrep')
-rwxr-xr-x | rc/bin/ape/fgrep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/ape/fgrep b/rc/bin/ape/fgrep index 99853d168..ffd1b2dc3 100755 --- a/rc/bin/ape/fgrep +++ b/rc/bin/ape/fgrep @@ -1,2 +1,2 @@ #!/bin/rc -exec /$objtype/bin/ape/grep -F $* +exec /rc/bin/ape/grep $* |