[vorbis-tools] 01/01: Make sure vorbistagedit quote command line arguments when processing options (Closes: #763338).

Petter Reinholdtsen pere at moszumanska.debian.org
Thu Oct 23 07:59:44 UTC 2014


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

pere pushed a commit to branch master
in repository vorbis-tools.

commit 77a89c303e339b1deedb8512b35cfbb0b5a7d81a
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Oct 23 09:59:41 2014 +0200

    Make sure vorbistagedit quote command line arguments when processing options (Closes: #763338).
---
 debian/extra/vorbistagedit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/extra/vorbistagedit b/debian/extra/vorbistagedit
index 61eb2c7..f4109ff 100644
--- a/debian/extra/vorbistagedit
+++ b/debian/extra/vorbistagedit
@@ -32,7 +32,7 @@ if [ $# -eq 0 ]; then
   exit 1
 fi
 
-for opt in $(getopt -n $ME -l version,help -o Vh? -- $@); do
+for opt in $(getopt -n $ME -l version,help -o Vh? -- "$@"); do
   case $opt in
     --version|-V)
       versioninfo

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