aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OPENBSD_BRANCH2
-rwxr-xr-xupdate.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/OPENBSD_BRANCH b/OPENBSD_BRANCH
index d9fd42d..1f7391f 100644
--- a/OPENBSD_BRANCH
+++ b/OPENBSD_BRANCH
@@ -1 +1 @@
5f0541740b8c555fa2c751e63fae55680a69afe6 master
diff --git a/update.sh b/update.sh
index 9597d95..2a0abd3 100755
--- a/update.sh
+++ b/update.sh
@@ -14,7 +14,8 @@ if [ ! -d openbsd ]; then
14fi 14fi
15(cd openbsd 15(cd openbsd
16 git fetch 16 git fetch
17 git checkout $openbsd_branch) 17 git checkout $openbsd_branch
18 git pull --rebase)
18 19
19# setup source paths 20# setup source paths
20CWD=`pwd` 21CWD=`pwd`