mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-08 15:52:53 -05:00
Fixup makedist script :)
git-svn-id: file:///svn/unbound/trunk@127 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2bd3565fe6
commit
f0eeb50fee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue