mkspec-wrapper.sh: Add -P to getopt arguments

This commit is contained in:
Jan Lindemann 2002-07-11 18:12:01 +00:00 committed by Jan Lindemann
commit 3d62deb9af

View file

@ -11,7 +11,7 @@ usage()
[ "$1" ] && exit $1
}
set -- `getopt T:V:S:N:hR: $*`
set -- `getopt P:T:V:S:N:hR: $*`
while [ $1 != -- ]; do
case $1 in