]> arthur.barton.de Git - ax-unix.git/blobdiff - lib/ax/README
Redirect error messages to stderr
[ax-unix.git] / lib / ax / README
index 581418ada2932018a6fa3c5decca4beff33a6338..1b85fe01bbd74627de7c7a401a5f1e86d192b2cb 100644 (file)
@@ -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!" >&2
        echo "Please install 'ax-unix', \"Alex' UNIX Tools & Scripts\", and try again."
        exit 99
 fi