From 683e751c957d8b209cc393ff603bea937f5565b0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 11 Apr 2012 11:25:16 +1000 Subject: [PATCH] add the ability to override --remote --- util/kit.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/util/kit.sh b/util/kit.sh index 3a18264157..dfd64ff776 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -30,6 +30,14 @@ remote=--remote=cvs.isc.org:/proj/git/prod/bind9.git +case "${1:-}" in +--remote=*) + remote="${1}" + shift + ;; +esac + + case $# in 3) case "$1" in