[vorbis-tools] 01/01: Fix bashism in /usr/bin/vorbistagedit (negative status code)

Martin Steghöfer martin.steghoefer-guest at moszumanska.debian.org
Sat Dec 6 16:18:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

martin.steghoefer-guest pushed a commit to branch master
in repository vorbis-tools.

commit af56389cda856547e5a67f4dea5e095993f1347e
Author: Martin Steghöfer <martin at steghoefer.eu>
Date:   Sat Dec 6 17:18:41 2014 +0100

    Fix bashism in /usr/bin/vorbistagedit (negative status code)
    
    Closes: #772391
---
 debian/extra/vorbistagedit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/extra/vorbistagedit b/debian/extra/vorbistagedit
index c4d863d..f61a757 100644
--- a/debian/extra/vorbistagedit
+++ b/debian/extra/vorbistagedit
@@ -62,7 +62,7 @@ done
 
 if ! command -v vorbiscomment >/dev/null; then
   echo "E: $ME: vorbiscomment not found in \$PATH." >&2
-  exit -1
+  exit 5
 fi
 
 old_IFS="$IFS"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/vorbis-tools.git



More information about the pkg-xiph-commits mailing list