From: Alexander Barton Date: Mon, 16 Oct 2017 17:56:46 +0000 (+0200) Subject: bup-save-user: Fix shellcheck(1) warning X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-unix.git;a=commitdiff_plain;h=9a720eb82919d2e15beacad66fa7084b403261cc bup-save-user: Fix shellcheck(1) warning --- diff --git a/bup/save-user/bup-save-user b/bup/save-user/bup-save-user index c60f06a..cf473cc 100755 --- a/bup/save-user/bup-save-user +++ b/bup/save-user/bup-save-user @@ -9,7 +9,7 @@ # (at your option) any later version. # -NAME=`basename "$0"` +NAME=$(basename "$0") Usage() {