check_log.sh: droping path from basename

while evaluating PROGNAME (Closes Debian Bug #758662)
This commit is contained in:
Jan Wagner 2014-08-20 20:29:23 +02:00
parent d8b81e9ef3
commit d4b6d09f10

View file

@ -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@"