Skip to content
Snippets Groups Projects
Commit 094c9de2 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Richard Hartmann
Browse files

Use cowsay from the PATH instead

parent 77739e94
Branches
Tags
No related merge requests found
......@@ -47,4 +47,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
@ which cowsay >/dev/null 2>&1 && cowsay "I hope you're happy now..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment