summaryrefslogtreecommitdiff
path: root/rc/bin/ape
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2015-08-25 02:07:46 -0700
committermischief <mischief@offblast.org>2015-08-25 02:07:46 -0700
commit6b402b83cffc97015345dab1c27c35afe64bb3db (patch)
treeb525f9443564682c46f8c36af6a4d238bd39a756 /rc/bin/ape
parentdbe0a995f03f26ea2b6859d21df3bd67856d672d (diff)
downloadplan9front-6b402b83cffc97015345dab1c27c35afe64bb3db.tar.xz
import E script from bell labs
Diffstat (limited to 'rc/bin/ape')
-rwxr-xr-xrc/bin/ape/egrep2
-rwxr-xr-xrc/bin/ape/fgrep2
-rwxr-xr-xrc/bin/ape/ln2
3 files changed, 3 insertions, 3 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 $*
diff --git a/rc/bin/ape/fgrep b/rc/bin/ape/fgrep
index ffd1b2dc3..99853d168 100755
--- a/rc/bin/ape/fgrep
+++ b/rc/bin/ape/fgrep
@@ -1,2 +1,2 @@
#!/bin/rc
-exec /rc/bin/ape/grep $*
+exec /$objtype/bin/ape/grep -F $*
diff --git a/rc/bin/ape/ln b/rc/bin/ape/ln
index bb5da4a44..d48d0326a 100755
--- a/rc/bin/ape/ln
+++ b/rc/bin/ape/ln
@@ -20,4 +20,4 @@ if(~ $force n && test -e $2){
exit 'usage'
}
-exec cp -gux $1 $2
+exec cp -R $1 $2