From 695a83dc84a17dad49affe88cffddd01687b03dc Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 30 Dec 2014 08:46:18 -0600 Subject: [PATCH] deal with rename in the initial checkout procedure --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index af36881..f412df8 100755 --- a/update.sh +++ b/update.sh @@ -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