X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/45f737466fb5ae31b97b9c7b3a18d6469da37f2b..caeaa9865cd39dc44caf78399b696a8dd14d0c5a:/Makefile 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