Browse Source

deal with rename in the initial checkout procedure

OPENBSD_5_7
Brent Cook 9 years ago
parent
commit
695a83dc84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh View File

@ -7,7 +7,7 @@ openntpd_version=`cat VERSION`
echo "pulling upstream openbsd source"
if [ ! -d openbsd ]; then
if [ -z "$OPENNTPD_GIT" ]; then
git clone https://github.com/openntpd-portable/openntpd-openbsd.git
git clone https://github.com/openntpd-portable/openntpd-openbsd.git openbsd
else
git clone $OPENNTPD_GIT/openbsd
fi


Loading…
Cancel
Save