Skip to content
Unverified Commit 1602f3b0 authored by Benjamin Roberts's avatar Benjamin Roberts Committed by GitHub
Browse files

Fix infinite loop when parsing update.sh arguments

update.sh would enter an infinite loop when arguments (e.g. --ours, --check). This is due to a missing `shift` statement that has now been added. This fixes #1193.
parent e352604a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment