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