diff --git a/OPENBSD_BRANCH b/OPENBSD_BRANCH index 1f7391f..22b1829 100644 --- a/OPENBSD_BRANCH +++ b/OPENBSD_BRANCH @@ -1 +1 @@ -master +OPENBSD_6_0 diff --git a/update.sh b/update.sh index 14082a1..0853c6b 100755 --- a/update.sh +++ b/update.sh @@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then fi fi (cd openbsd + git fetch git checkout $openbsd_branch git pull --rebase)