summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2014-08-20 18:29:23 (GMT)
committerJan Wagner <waja@cyconet.org>2014-08-20 18:29:23 (GMT)
commitd4b6d09f104f73c462e0e0c8a297ba9fc7c5a53e (patch)
tree732de882a7cab8342e95c3620836640451b0d317
parentd8b81e9ef3947a36e2647f4e54a63e3b259b103b (diff)
downloadmonitoring-plugins-d4b6d09.tar.gz
check_log.sh: droping path from basename
while evaluating PROGNAME (Closes Debian Bug #758662)
-rwxr-xr-xplugins-scripts/check_log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh
index 8653a5e..f67eff6 100755
--- a/plugins-scripts/check_log.sh
+++ b/plugins-scripts/check_log.sh
@@ -58,7 +58,7 @@
58# Paths to commands used in this script. These 58# Paths to commands used in this script. These
59# may have to be modified to match your system setup. 59# may have to be modified to match your system setup.
60 60
61PROGNAME=`/bin/basename $0` 61PROGNAME=`basename $0`
62PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` 62PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
63REVISION="@NP_VERSION@" 63REVISION="@NP_VERSION@"
64PATH="@TRUSTED_PATH@" 64PATH="@TRUSTED_PATH@"