X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fpassg;fp=bin%2Fpassg;h=0000000000000000000000000000000000000000;hp=77238ef39da727482c0484631bcd09152298ada8;hb=bfbeacf31504b04e95dcebd3e9ec96ac225c9bd8;hpb=0cc7abac77065b9d06676d386c08c128cf1983b9 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" "$@"