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 fi (cd openbsd git fetch - git checkout $openbsd_branch) + git checkout $openbsd_branch + git pull --rebase) # setup source paths CWD=`pwd`