]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup makedist script :)
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Feb 2007 10:30:28 +0000 (10:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Feb 2007 10:30:28 +0000 (10:30 +0000)
git-svn-id: file:///svn/unbound/trunk@127 be551aaa-1e26-0410-a405-d3ace91eadb9

makedist.sh

index b270f4d94922f5fd1f8f2bafd7b2475847a414f1..bef4a286ffa3dffe97308281d545878abae7ba93 100755 (executable)
@@ -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