mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec-wrapper.sh: Add -P to getopt arguments
This commit is contained in:
parent
a9a6c44416
commit
3d62deb9af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue