From 18ef75ad88d37b01776f916f27d2d5282b56288e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 8 Oct 2011 10:07:54 +0200 Subject: Drop paths from executables. --- localnotifypwexp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/localnotifypwexp b/localnotifypwexp index 8722c17..e6e2ef6 100755 --- a/localnotifypwexp +++ b/localnotifypwexp @@ -52,10 +52,10 @@ declare -r uidmax=65534 # exclusive # remove the hardcoded path from these progs to use them via $PATH # mailx is system dependent -notifyprog="/bin/mailx" -grepprog="/bin/grep" -awkprog="/usr/bin/awk" -dateprog="/bin/date" +notifyprog="mailx" +grepprog="grep" +awkprog="awk" +dateprog="date" # comment out one of these #useUTC="" -- cgit v1.2.3