X-Git-Url: https://arthur.barton.de/gitweb/?p=homebrew-alex.git;a=blobdiff_plain;f=cmd%2Fbrew-run;fp=cmd%2Fbrew-run;h=598e35306e97861f42024101de6d15789bb2c08f;hp=e304efd90d4410ff69b57822c213dd8d2f24e5d9;hb=e3d4dd3238c97824568b96d5f21ffacb586d4b20;hpb=fb374fc81b89ee9005365ffd527d7768c2e9a49c diff --git a/cmd/brew-run b/cmd/brew-run index e304efd..598e353 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -1,5 +1,5 @@ #!/bin/sh -# 2016-08-06, alex@barton.de +# 2016-08-14, alex@barton.de # 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 - ax_msg - "Nothing outdated." + ax_msg 0 "Nothing outdated." fi