2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 13:08:06 +00:00

add the ability to override --remote

This commit is contained in:
Mark Andrews 2012-04-11 11:25:16 +10:00
parent b4b1e8f18b
commit 683e751c95

View File

@ -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