X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/7f6ab9a128b7848186a9a36580011a97253f70c8..08d8ed6ac288e1b2c1c186eea9c33ff38edd0ac3:/Makefile?ds=inline 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