From 9405806e7c15744b4295069aacb64a282c786cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 10 Dec 2013 16:14:45 +0100 Subject: [PATCH] derp: forgot to print the hardcoded names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- extras/fortune-mod-mlp/name-pony.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/fortune-mod-mlp/name-pony.sh b/extras/fortune-mod-mlp/name-pony.sh index 49c00823..3316a7d8 100755 --- a/extras/fortune-mod-mlp/name-pony.sh +++ b/extras/fortune-mod-mlp/name-pony.sh @@ -15,6 +15,7 @@ case "${pony}" in # Exceptions not supported by the name extraction below esac if [ -n "${name}" ]; then + echo "${name}" exit 0 fi