]> arthur.barton.de Git - ax-unix.git/commitdiff
bup-save-user: Fix shellcheck(1) warning
authorAlexander Barton <alex@barton.de>
Mon, 16 Oct 2017 17:56:46 +0000 (19:56 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 16 Oct 2017 17:56:46 +0000 (19:56 +0200)
bup/save-user/bup-save-user

index c60f06a410e8175929eb084ee1740ca12c4a5aed..cf473ccaebe1798de7dd73f2777d51242a2de17c 100755 (executable)
@@ -9,7 +9,7 @@
 # (at your option) any later version.
 #
 
-NAME=`basename "$0"`
+NAME=$(basename "$0")
 
 Usage()
 {