]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add the ability to override --remote
authorMark Andrews <marka@isc.org>
Wed, 11 Apr 2012 01:34:04 +0000 (11:34 +1000)
committerMark Andrews <marka@isc.org>
Wed, 11 Apr 2012 01:34:04 +0000 (11:34 +1000)
util/kit.sh

index 3a18264157137df57182af3c664dad526a673bd5..dfd64ff776fec16716c0fb9d80dbf9f89126007a 100644 (file)
 
 remote=--remote=cvs.isc.org:/proj/git/prod/bind9.git
 
+case "${1:-}" in
+--remote=*)
+       remote="${1}"
+       shift
+       ;;
+esac
+
+
 case $# in
     3)
        case "$1" in