From: Alexander Barton Date: Fri, 21 Apr 2017 18:27:41 +0000 (+0200) Subject: brew-run: Always output an empty line at the end of the run X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=homebrew-alex.git;a=commitdiff_plain;h=398fe45daee9a4eb8417df184b99dea482042a3c;hp=1c9f9ba86b05675d1b6743fc343000f968aada13 brew-run: Always output an empty line at the end of the run --- diff --git a/cmd/brew-run b/cmd/brew-run index ededca8..c1b6af3 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -34,4 +34,5 @@ if [ $outdated -gt 0 ]; then echo else ax_msg 0 "Nothing outdated." + echo fi