summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-10-08 10:07:54 +0200
committerJonas Smedegaard <dr@jones.dk>2011-10-08 10:07:54 +0200
commit18ef75ad88d37b01776f916f27d2d5282b56288e (patch)
tree2702d707ea73e9c5deeaa1a7c8334826a4affb23
parentff425d33a4a0daa387c4ac95bd442d5148429182 (diff)
Drop paths from executables.
-rwxr-xr-xlocalnotifypwexp8
1 files 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=""