I believe! I believe I will never ever deal with any non-GNU systems again!
authorlace <>
Sat, 16 Sep 2006 20:07:57 +0000 (20:07 +0000)
committerlace <>
Sat, 16 Sep 2006 20:07:57 +0000 (20:07 +0000)
bin/ar [deleted file]
bin/passg [deleted file]
bin/strip [deleted file]

diff --git a/bin/ar b/bin/ar
deleted file mode 100755 (executable)
index 70cf013..0000000
--- a/bin/ar
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/bash
-exec passg "$0" "$@"
diff --git a/bin/passg b/bin/passg
deleted file mode 100755 (executable)
index 77238ef..0000000
--- a/bin/passg
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-arg0="$1"
-shift
-me="`basename "$arg0"`"
-# FIXME: Why not: IFS=: for i in...
-save_IFS="$IFS"
-IFS=:
-for i in $PATH;do
-       IFS="$save_IFS"
-       test -x "$i/$me" -a "$i/$me" != "$arg0" || continue
-       exec "$i/$me" "$@"
-       echo >&2 "NOTREACHED" && exit 1
-       done
-IFS="$save_IFS"
-exec "g$me" "$@"
diff --git a/bin/strip b/bin/strip
deleted file mode 100755 (executable)
index 70cf013..0000000
--- a/bin/strip
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/bash
-exec passg "$0" "$@"