We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd2d71 commit 2760daaCopy full SHA for 2760daa
update.sh
@@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH`
6
# pull in latest upstream code
7
echo "pulling upstream openbsd source"
8
if [ ! -d openbsd ]; then
9
- LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
+ #LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
10
LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
11
git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
12
fi
0 commit comments