diff options
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ if [ ! -d openbsd ]; then | |||
13 | fi | 13 | fi |
14 | (cd openbsd | 14 | (cd openbsd |
15 | git checkout $openbsd_branch | 15 | git checkout $openbsd_branch |
16 | git pull) | 16 | git pull --rebase) |
17 | 17 | ||
18 | dir=`pwd` | 18 | dir=`pwd` |
19 | libssl_src=$dir/openbsd/src/lib/libssl | 19 | libssl_src=$dir/openbsd/src/lib/libssl |