From: Thomas Jansen Date: Sat, 3 Oct 2009 18:09:24 +0000 (+0200) Subject: hd plugin: fix exit code X-Git-Tag: release-0.16~189^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8c0c62f9d1fdee32b5b083b724660d3ab2602d57;p=ncmpc.git hd plugin: fix exit code --- diff --git a/lyrics/01-hd.sh b/lyrics/01-hd.sh index a0d7020..716ea1a 100755 --- a/lyrics/01-hd.sh +++ b/lyrics/01-hd.sh @@ -24,7 +24,7 @@ FILENAME=~/.lyrics/"$1 - $2".txt if [ -e "$FILENAME" ] ; then - cat "$FILENAME" 2>/dev/null + exec cat "$FILENAME" else exit 69 fi