mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-14 18:37:28 +00:00
abump: fix the -f/--fixes option
This commit is contained in:
parent
d4627112a9
commit
cb21e18921
2
abump.in
2
abump.in
@ -92,7 +92,7 @@ fixes=
|
||||
[ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR"
|
||||
git rev-parse 2>/dev/null || die "not in a git tree"
|
||||
|
||||
args=`getopt -o s:Rkqh --long security:,recursive,keep,quiet,help -n "$prog" -- "$@"`
|
||||
args=`getopt -o f:s:Rkqh --long fixes:,security:,recursive,keep,quiet,help -n "$prog" -- "$@"`
|
||||
if [ $? -ne 0 ]; then
|
||||
usage
|
||||
exit 2
|
||||
|
Loading…
Reference in New Issue
Block a user