]> arthur.barton.de Git - ax-unix.git/blobdiff - mail/wrapper/mail-wrapper
Redirect error messages to stderr
[ax-unix.git] / mail / wrapper / mail-wrapper
index 7c5a19b98c2b5a358e1c817763f5a0402ad6f4ac..e581c457625fc049c237458b4afd3832adb502cd 100755 (executable)
@@ -20,7 +20,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 ($NAME): \"ax-common.sh\" not found, aborting!" >&2
        echo "Please install 'ax-unix', \"Alex' UNIX Tools & Scripts\", and try again."
        exit 99
 fi