]> arthur.barton.de Git - homebrew-alex.git/commitdiff
brew run: Show success message with level 0 (=green)
authorAlexander Barton <alex@barton.de>
Sun, 14 Aug 2016 21:05:02 +0000 (23:05 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 14 Aug 2016 21:05:02 +0000 (23:05 +0200)
cmd/brew-run

index e304efd90d4410ff69b57822c213dd8d2f24e5d9..598e35306e97861f42024101de6d15789bb2c08f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 #!/bin/sh
-# 2016-08-06, alex@barton.de
+# 2016-08-14, alex@barton.de
 
 # Include "ax-common.sh":
 ax_common_sourced=
 
 # Include "ax-common.sh":
 ax_common_sourced=
@@ -31,5 +31,5 @@ if [ $outdated -gt 0 ]; then
        brew cleanup || ax_abort "\"brew cleanup\" failed!"
        brew prune || ax_abort "\"brew prune\" failed!"
 else
        brew cleanup || ax_abort "\"brew cleanup\" failed!"
        brew prune || ax_abort "\"brew prune\" failed!"
 else
-       ax_msg - "Nothing outdated."
+       ax_msg 0 "Nothing outdated."
 fi
 fi