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 192a69fCopy full SHA for 192a69f
update.sh
@@ -6,7 +6,6 @@ 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}"
10
LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
11
git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
12
fi
0 commit comments