From: Richard Hartmann Date: Tue, 5 Jun 2012 15:49:33 +0000 (-0700) Subject: Merge pull request #29 from esc/feature/silence_cowsay X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/5f663f1dfb3d60a41649b382c74e9fdc982eaa8e?hp=7f6ab9a128b7848186a9a36580011a97253f70c8 Merge pull request #29 from esc/feature/silence_cowsay don't echo the command when doing make moo --- diff --git a/Makefile b/Makefile index a52e9ed..cb112c7 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ test: if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi moo: - if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi + @if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi