aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 21a516d..62fb99f 100755
--- a/update.sh
+++ b/update.sh
@@ -13,7 +13,7 @@ if [ ! -d openbsd ]; then
13fi 13fi
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
18dir=`pwd` 18dir=`pwd`
19libssl_src=$dir/openbsd/src/lib/libssl 19libssl_src=$dir/openbsd/src/lib/libssl