aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 2948e0f..e14425d 100755
--- a/update.sh
+++ b/update.sh
@@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH`
6# pull in latest upstream code 6# pull in latest upstream code
7echo "pulling upstream openbsd source" 7echo "pulling upstream openbsd source"
8if [ ! -d openbsd ]; then 8if [ ! -d openbsd ]; then
9 LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}" 9 #LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
10 LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}" 10 LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
11 git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd 11 git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
12fi 12fi