From 3798e09234e0612fd5bfc594783b9c1c2292623a Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Feb 09 2012 07:53:49 +0000 Subject: Fix the noextensions recognition by getopt - reported by Matthias Andree git-svn-id: https://svn.fedorahosted.org/svn/xmlto@72 eb1b79c1-ba03-4820-82f3-b60cf523859b --- diff --git a/THANKS b/THANKS index fd94b57..9c1f1be 100644 --- a/THANKS +++ b/THANKS @@ -19,3 +19,4 @@ Nathan Phillip Brink Christopher Yeleighton Mike Frysinger Cyril Brulebois +Matthias Andree diff --git a/xmlto.in b/xmlto.in index 75c5fe6..21db05b 100755 --- a/xmlto.in +++ b/xmlto.in @@ -280,7 +280,7 @@ ZIP_PATH=@ZIP@ # Process any options ARGS=$(${GETOPT} \ - --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \ + --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,noextensions,with-fop,with-dblatex \ -n xmlto -- x:m:o:p:v "$@") [ $? != 0 ] && { usage; exit 1; } eval set -- "$ARGS"