]> arthur.barton.de Git - ax-zsh.git/commitdiff
install.sh: Fix ax_msg() fallback function
authorAlexander Barton <alex@barton.de>
Sun, 9 Aug 2015 18:23:35 +0000 (20:23 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 9 Aug 2015 18:23:35 +0000 (20:23 +0200)
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