summaryrefslogtreecommitdiff
path: root/rc/bin/ape
diff options
context:
space:
mode:
authorglenda <glenda@cirno.localdomain>2015-08-25 09:35:10 +0000
committerglenda <glenda@cirno.localdomain>2015-08-25 09:35:10 +0000
commitc4fdc6bfdb2211e13643d5fba75edf437c122eef (patch)
treed5991bc7350d3058cfcefe06dfa43814e62df919 /rc/bin/ape
parent6b402b83cffc97015345dab1c27c35afe64bb3db (diff)
fix fuckup
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 4a445c35e..ffd1b2dc3 100755
--- a/rc/bin/ape/egrep
+++ b/rc/bin/ape/egrep
@@ -1,2 +1,2 @@
#!/bin/rc
-exec /$objtype/bin/ape/grep -E $*
+exec /rc/bin/ape/grep $*
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 $*
diff --git a/rc/bin/ape/ln b/rc/bin/ape/ln
index d48d0326a..bb5da4a44 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 -R $1 $2
+exec cp -gux $1 $2