X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/2a877b7f36d155683f4896c72779a62f20f4b1c3..5c30c6e62b52a66d5c5f33a6adb81bb882e88339:/keyfunc.sh.in diff --git a/keyfunc.sh.in b/keyfunc.sh.in index bfcb26b..44117e9 100644 --- a/keyfunc.sh.in +++ b/keyfunc.sh.in @@ -31,8 +31,6 @@ quis=${0##*/} PACKAGE="@PACKAGE@" VERSION="@VERSION@" bindir="@bindir@" -case ":$PATH:" in *:"$bindir":*) ;; *) PATH=$bindir:$PATH ;; esac - if [ -f $ETC/keys.conf ]; then . $ETC/keys.conf; fi case "${KEYS_DEBUG+t}" in t) set -x ;; esac