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