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.ath.cx/gitweb/?a=commitdiff_plain;h=398fe45daee9a4eb8417df184b99dea482042a3c;p=homebrew-alex.git 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