From 0533da4bb36151b6b8cf6de157b802df6c62f58d Mon Sep 17 00:00:00 2001 From: Erkin Batu Altunbaş Date: Sun, 11 Mar 2012 23:18:18 +0100 Subject: derp. >.< --- ponysay | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 739ab30..12a8447 100755 --- a/ponysay +++ b/ponysay @@ -6,15 +6,16 @@ HOMEPONIES="${HOME}/.ponies" pony="*" wrap= -if [[ -f `which cowsay` ]]; -then continue; +if [[ -f `which cowsay` ]]; +then + true else echo "You don't seem to have the cowsay program." echo "Please install it in order to use this wrapper." echo -n "(Or symlink it to 'cowsay' in anywhere in \$path " echo "if it actually exists under a different filename." + exit; fi - cmd=cowsay [[ ${0} == *ponythink ]] && cmd=cowthink -- cgit