From d2a3efbd39e2defc64228e8207599f51937ebfd8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 19 Oct 2016 09:45:35 +0200 Subject: impressive-display: When applications starts, don't use basename $0, use a hard-coded application name instead. --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impressive-display b/bin/impressive-display index bda8161..5184feb 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -443,7 +443,7 @@ function create_lock { ### MAIN ### -$OUTPUT "INFO: $(basename $0) version $VERSION" +$OUTPUT "INFO: IMPRESSIVE Display (version $VERSION)" if [ -n "$PDF_URL" ]; then -- cgit v1.2.3