mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
derp: forgot to print the hardcoded names
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
b849bc64d6
commit
9405806e7c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue