aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OPENBSD_BRANCH2
-rwxr-xr-xupdate.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/OPENBSD_BRANCH b/OPENBSD_BRANCH
index 1f7391f..d9fd42d 100644
--- a/OPENBSD_BRANCH
+++ b/OPENBSD_BRANCH
@@ -1 +1 @@
master 5f0541740b8c555fa2c751e63fae55680a69afe6
diff --git a/update.sh b/update.sh
index e73455e..550d03b 100755
--- a/update.sh
+++ b/update.sh
@@ -14,8 +14,7 @@ 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)
19 18
20# setup source paths 19# setup source paths
21CWD=`pwd` 20CWD=`pwd`