1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00

Explicitly exit 0 on success

This commit is contained in:
Moritz Grimm 2017-09-20 00:17:20 +02:00
parent 0fe7a81b8c
commit 1790ca5508

View File

@ -10,3 +10,5 @@ test -z "${1}" && cat metadata.txt 2> /dev/null
test x"${1}" = "xartist" && cat artist.txt 2> /dev/null test x"${1}" = "xartist" && cat artist.txt 2> /dev/null
test x"${1}" = "xtitle" && cat title.txt 2> /dev/null test x"${1}" = "xtitle" && cat title.txt 2> /dev/null
test x"${1}" = "xalbum" && cat album.txt 2> /dev/null test x"${1}" = "xalbum" && cat album.txt 2> /dev/null
exit 0