diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH` | |||
6 | # pull in latest upstream code | 6 | # pull in latest upstream code |
7 | echo "pulling upstream openbsd source" | 7 | echo "pulling upstream openbsd source" |
8 | if [ ! -d openbsd ]; then | 8 | if [ ! -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 |
12 | fi | 12 | fi |