diff options
author | Shawn Routhier <sar@isc.org> | 2014-07-02 13:04:40 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-07-02 13:04:40 -0700 |
commit | e423d73b34cb7a684d5be15ee918a734ae64612f (patch) | |
tree | 72e2078c55b13d82cf095aa308c50aae14ab72cd | |
parent | b3ada18e1eabb8c462e4b13c7fef8dab7c7ca678 (diff) | |
download | isc-dhcp-4_2_7b1.tar.gz |
[v4_2] fix typo in bind stringv4_2_7b1
-rw-r--r-- | util/bind.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh index 960d9fb5..ef314f33 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -58,7 +58,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.2.7b1) BINDTAG=v9_9_5-P1 ;; + 4.2.7b1) BINDTAG=v9_9_5_P1 ;; 4.2.6) BINDTAG=v9_9_5 ;; 4.2.6rc1) BINDTAG=v9_9_5rc2 ;; 4.2.6b1) BINDTAG=v9_9_5rc1 ;; |