]> arthur.barton.de Git - ax-unix.git/commitdiff
lib/ax/README: Fix shellcheck warning in example code
authorAlexander Barton <alex@barton.de>
Sun, 22 Oct 2017 19:13:26 +0000 (21:13 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 22 Oct 2017 19:13:26 +0000 (21:13 +0200)
lib/ax/README

index 80e9de07fa7939eb900b173fbd43e0889b82203d..581418ada2932018a6fa3c5decca4beff33a6338 100644 (file)
@@ -1,5 +1,5 @@
 ax-unix: Alex' UNIX Tools & Scripts
-Copyright (c)2013-2016 Alexander Barton (alex@barton.de)
+Copyright (c)2013-2017 Alexander Barton (alex@barton.de)
 
 This directory contains library files to use in 3rd party applications and
 scripts. Please see below for usage information.
@@ -25,7 +25,7 @@ for dir in "$HOME/lib" "$HOME/.ax" /usr/local /opt/ax /usr; do
        [ -r "$ax_common" ] && . "$ax_common"
 done
 if [ -z "$ax_common_sourced" ]; then
-       echo "Error (`basename "$0"`): \"ax-common.sh\" not found, aborting!"
+       echo "Error ($(basename "$0")): \"ax-common.sh\" not found, aborting!"
        echo "Please install 'ax-unix', \"Alex' UNIX Tools & Scripts\", and try again."
        exit 99
 fi