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:
parent
b4b1e8f18b
commit
683e751c95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user