mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
check_log.sh: droping path from basename
while evaluating PROGNAME (Closes Debian Bug #758662)
This commit is contained in:
parent
d8b81e9ef3
commit
d4b6d09f10
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
# Paths to commands used in this script. These
|
||||
# may have to be modified to match your system setup.
|
||||
|
||||
PROGNAME=`/bin/basename $0`
|
||||
PROGNAME=`basename $0`
|
||||
PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
|
||||
REVISION="@NP_VERSION@"
|
||||
PATH="@TRUSTED_PATH@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue