diff options
author | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
commit | 6b402b83cffc97015345dab1c27c35afe64bb3db (patch) | |
tree | b525f9443564682c46f8c36af6a4d238bd39a756 /rc/bin/ape/egrep | |
parent | dbe0a995f03f26ea2b6859d21df3bd67856d672d (diff) |
import E script from bell labs
Diffstat (limited to 'rc/bin/ape/egrep')
-rwxr-xr-x | rc/bin/ape/egrep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/ape/egrep b/rc/bin/ape/egrep index ffd1b2dc3..4a445c35e 100755 --- a/rc/bin/ape/egrep +++ b/rc/bin/ape/egrep @@ -1,2 +1,2 @@ #!/bin/rc -exec /rc/bin/ape/grep $* +exec /$objtype/bin/ape/grep -E $* |