From: Alexander Barton Date: Sun, 22 Oct 2017 19:13:26 +0000 (+0200) Subject: lib/ax/README: Fix shellcheck warning in example code X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=85b088dd6b90609943239cdd2498a3270fa2ccfe;p=ax-unix.git lib/ax/README: Fix shellcheck warning in example code --- diff --git a/lib/ax/README b/lib/ax/README index 80e9de0..581418a 100644 --- a/lib/ax/README +++ b/lib/ax/README @@ -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