Skip to content
Snippets Groups Projects
Commit e14c25a5 authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

fold-security-update-branches: Fix error on command line


Drop the shift after the main case for arguments as it is bogus, and
triggers an error in case of multiple options like -g -o.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent ba3aaa5b
No related branches found
No related tags found
1 merge request!189Improvements to folding pipeline (2)
......@@ -246,8 +246,6 @@ case "$1" in
exit 0
;;
esac
shift "$(($OPTIND -1))"
if [ -z "$RELEASE" ]
then
......
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