From: lace <> Date: Sat, 16 Sep 2006 20:07:57 +0000 (+0000) Subject: I believe! I believe I will never ever deal with any non-GNU systems again! X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=af72d19d49e837c94128e75af9cfa9cc6c10aa63 I believe! I believe I will never ever deal with any non-GNU systems again! --- diff --git a/bin/ar b/bin/ar deleted file mode 100755 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 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 index 70cf013..0000000 --- a/bin/strip +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/bash -exec passg "$0" "$@"