]> arthur.barton.de Git - homebrew-alex.git/commitdiff
brew-run: Always output an empty line at the end of the run
authorAlexander Barton <alex@barton.de>
Fri, 21 Apr 2017 18:27:41 +0000 (20:27 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 21 Apr 2017 18:27:41 +0000 (20:27 +0200)
cmd/brew-run

index ededca862c69020e60df16bd53f76079bc3d7ffb..c1b6af3a627c341532f6b7c4a9c7a9ac14011341 100755 (executable)
@@ -34,4 +34,5 @@ if [ $outdated -gt 0 ]; then
        echo
 else
        ax_msg 0 "Nothing outdated."
+       echo
 fi