X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fninjahelper.in;h=9ac42a86ec7506db6659def55b9ece141736146d;hb=5b392f68baa6462fbb891a81ae05dcbbad91f91b;hp=cf24e7bf803f32ad2f12349f0ef9079151f646dc;hpb=089f74ad699a956c86c180939e2ba70e863630f3;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/src/ninjahelper.in b/src/ninjahelper.in index cf24e7b..9ac42a8 100755 --- a/src/ninjahelper.in +++ b/src/ninjahelper.in @@ -311,7 +311,7 @@ fi # am I running as root? if [ "$UID" != "0" ]; then - msgBox "warning" "$0 must be run by root!" + msgBox "warning" "`basename $0` must be run by root!" exit 1 fi