summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-04-11 02:39:17 +0000
committerShawn Routhier <sar@isc.org>2012-04-11 02:39:17 +0000
commit30e7ccb0df712a6b7fca18446281ba65009896a2 (patch)
tree9d25f21d80903968c6d1fdc1291f8abf2368083b /util
parent7c2a9dd903fb9290728951ca7e887515c02002a7 (diff)
downloadisc-dhcp-30e7ccb0df712a6b7fca18446281ba65009896a2.tar.gz
Add remote to the kit.sh call
Diffstat (limited to 'util')
-rw-r--r--util/bind.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bind.sh b/util/bind.sh
index 94653c5f..3a83b51f 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: bind.sh,v 1.28 2012/04/11 01:51:35 sar Exp $
+# $Id: bind.sh,v 1.29 2012/04/11 02:39:17 sar Exp $
# Get the bind distribution for the libraries
# This script is used to build the DHCP distribution and shouldn't be shipped
@@ -95,7 +95,7 @@ git archive --format tar $remote master:util/ | tar xf - kit.sh
# setting up the bind directory we will use for building
# the export libraries
echo Creating tarball for $BINDTAG
-sh kit.sh $SNAP $BINDTAG $binddir
+sh kit.sh $remote $SNAP $BINDTAG $binddir
. ./version.tmp