]> arthur.barton.de Git - ax-zsh.git/blobdiff - install.sh
install.sh: Fix ax_msg() fallback function
[ax-zsh.git] / install.sh
index 274fa774aadf36f019b2b5e751d9e2c90cdf8dff..526256cb9dfb9b8331466b3b7cae2e6dd60c0597 100755 (executable)
@@ -13,7 +13,7 @@ done
 if [ -z "$ax_common_sourced" ]; then
        ax_msg() {
                shift
-               echo "1" "$@"
+               echo "$@"
        }
 fi
 unset dir ax_common ax_common_sourced