From: Wouter Wijngaards Date: Mon, 19 Feb 2007 10:30:28 +0000 (+0000) Subject: Fixup makedist script :) X-Git-Tag: release-0.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0eeb50fee887d3ba7b6659dce732a49fc365a8a;p=thirdparty%2Funbound.git Fixup makedist script :) git-svn-id: file:///svn/unbound/trunk@127 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/makedist.sh b/makedist.sh index b270f4d94..bef4a286f 100755 --- a/makedist.sh +++ b/makedist.sh @@ -134,7 +134,7 @@ done # Check if SVNROOT is specified. if [ -z "$SVNROOT" ]; then if test -f .svn/entries; then - eval `grep 'url=' .svn/entries` + eval `grep 'url=' .svn/entries | head -1` SVNROOT="$url" fi if test -z "$SVNROOT"; then