derp: forgot to print the hardcoded names

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-12-10 16:14:45 +01:00
parent b849bc64d6
commit 9405806e7c

View file

@ -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