From f0eeb50fee887d3ba7b6659dce732a49fc365a8a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 19 Feb 2007 10:30:28 +0000 Subject: [PATCH] Fixup makedist script :) git-svn-id: file:///svn/unbound/trunk@127 be551aaa-1e26-0410-a405-d3ace91eadb9 --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3