summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-07-02 13:04:40 -0700
committerShawn Routhier <sar@isc.org>2014-07-02 13:04:40 -0700
commite423d73b34cb7a684d5be15ee918a734ae64612f (patch)
tree72e2078c55b13d82cf095aa308c50aae14ab72cd
parentb3ada18e1eabb8c462e4b13c7fef8dab7c7ca678 (diff)
downloadisc-dhcp-e423d73b34cb7a684d5be15ee918a734ae64612f.tar.gz
[v4_2] fix typo in bind stringv4_2_7b1
-rw-r--r--util/bind.sh2
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 ;;