Skip to content

Commit 192a69f

Browse files
committed
remove max depth option from #1026
this causes old branches to note be checked out
1 parent 2bd2d71 commit 192a69f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ openbsd_branch=`cat OPENBSD_BRANCH`
66
# pull in latest upstream code
77
echo "pulling upstream openbsd source"
88
if [ ! -d openbsd ]; then
9-
LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
109
LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
1110
git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
1211
fi

0 commit comments

Comments
 (0)