From 83b22b142aa23bb94256d311d398d37d9275c695 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 11 Apr 2012 02:40:08 +0000 Subject: [PATCH] Add remote to the kit.sh call --- util/bind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/bind.sh b/util/bind.sh index de8235d4e..d4e1f5bcc 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.6.2.24 2012/04/11 01:51:19 sar Exp $ +# $Id: bind.sh,v 1.6.2.25 2012/04/11 02:40:08 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 -- 2.47.3