mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
add the ability to override --remote
This commit is contained in:
parent
b4b1e8f18b
commit
683e751c95
@ -30,6 +30,14 @@
|
|||||||
|
|
||||||
remote=--remote=cvs.isc.org:/proj/git/prod/bind9.git
|
remote=--remote=cvs.isc.org:/proj/git/prod/bind9.git
|
||||||
|
|
||||||
|
case "${1:-}" in
|
||||||
|
--remote=*)
|
||||||
|
remote="${1}"
|
||||||
|
shift
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
case $# in
|
case $# in
|
||||||
3)
|
3)
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user