--rebuild ends the current --rebuild specification.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
v2: New patch
---
 mg-repro-setup | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mg-repro-setup b/mg-repro-setup
index 3ceb7032..374176f0 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -189,6 +189,7 @@ while [ $# -ne 0 ]; do
                        case "$1" in
                        [.=+]*|-r*) rebuild_specs+=("$1");      shift ;;
                        -B?*)   rebuilds_blessing=${1#-B};      shift ;;
+                       --rebuild) break                              ;;
                        -*)     badusage ': bad --rebuild option'     ;;
                         *)      break                                 ;;
                        esac
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to