"NOTREACHED" fatal error reported to stderr now (no longer to stdout)
authorshort <>
Fri, 30 Apr 2004 16:46:15 +0000 (16:46 +0000)
committershort <>
Fri, 30 Apr 2004 16:46:15 +0000 (16:46 +0000)
bin/passg

index 4b63335..77238ef 100755 (executable)
--- a/bin/passg
+++ b/bin/passg
@@ -9,7 +9,7 @@ for i in $PATH;do
        IFS="$save_IFS"
        test -x "$i/$me" -a "$i/$me" != "$arg0" || continue
        exec "$i/$me" "$@"
-       echo "NOTREACHED" && exit 1
+       echo >&2 "NOTREACHED" && exit 1
        done
 IFS="$save_IFS"
 exec "g$me" "$@"