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