Skip to content
Snippets Groups Projects
Commit 5f663f1d authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge pull request #29 from esc/feature/silence_cowsay

don't echo the command when doing make moo
parents 7f6ab9a1 08d8ed6a
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment