create OPENBSD_6_0 branch

This commit is contained in:
Brent Cook 2016-07-29 07:51:02 -05:00
parent 1b10e48a1f
commit 12348e6f64
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
master
OPENBSD_6_0

View File

@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then
fi
fi
(cd openbsd
git fetch
git checkout $openbsd_branch
git pull --rebase)