diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-01-11 20:42:11 +1100 |
---|---|---|
committer | Joshua Sing <joshua@hypera.dev> | 2023-01-11 20:42:11 +1100 |
commit | 628d12afd276c2136b5af6ae3a38af1b34de93da (patch) | |
tree | 3a140c18c77a3ca8af3bf16aa97f0a87cc8e0117 /update.sh | |
parent | 7f8267d89124e995a3d09cdd863b27268714c42e (diff) | |
parent | 49a179f0d9996894aee38cb307c10bbb668273ff (diff) | |
download | portable-628d12afd276c2136b5af6ae3a38af1b34de93da.tar.gz portable-628d12afd276c2136b5af6ae3a38af1b34de93da.tar.bz2 portable-628d12afd276c2136b5af6ae3a38af1b34de93da.zip |
Land #811
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ openbsd_branch=`cat OPENBSD_BRANCH` | |||
7 | echo "pulling upstream openbsd source" | 7 | echo "pulling upstream openbsd source" |
8 | if [ ! -d openbsd ]; then | 8 | if [ ! -d openbsd ]; then |
9 | if [ -z "$LIBRESSL_GIT" ]; then | 9 | if [ -z "$LIBRESSL_GIT" ]; then |
10 | git clone https://github.com/libressl-portable/openbsd.git | 10 | git clone https://github.com/libressl/openbsd.git |
11 | else | 11 | else |
12 | git clone $LIBRESSL_GIT/openbsd | 12 | git clone $LIBRESSL_GIT/openbsd |
13 | fi | 13 | fi |