diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-19 12:10:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-19 12:10:57 +0000 |
commit | cb21e18921e5e36c69ba11aa8f54e38aba842cc7 (patch) | |
tree | 57300aac47f54956b21462d3892da0b7c25b9e76 /abump.in | |
parent | d4627112a910e2dfab045e3c95b31cd2d554cad0 (diff) | |
download | abuild-cb21e18921e5e36c69ba11aa8f54e38aba842cc7.tar.gz abuild-cb21e18921e5e36c69ba11aa8f54e38aba842cc7.tar.bz2 abuild-cb21e18921e5e36c69ba11aa8f54e38aba842cc7.tar.xz abuild-cb21e18921e5e36c69ba11aa8f54e38aba842cc7.zip |
abump: fix the -f/--fixes option
Diffstat (limited to 'abump.in')
-rwxr-xr-x | abump.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |