This commit was manufactured by cvs2svn to create branch 'liverpm'.
[nethome.git] / bin / passg
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" "$@"