Skip to content
Snippets Groups Projects
Commit cb21e189 authored by Natanael Copa's avatar Natanael Copa
Browse files

abump: fix the -f/--fixes option

parent d4627112
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ fixes= ...@@ -92,7 +92,7 @@ fixes=
[ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR" [ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR"
git rev-parse 2>/dev/null || die "not in a git tree" 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 if [ $? -ne 0 ]; then
usage usage
exit 2 exit 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment