From 12348e6f64cc3ac6cf5bc01ba5e21e427dd93deb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 29 Jul 2016 07:51:02 -0500 Subject: create OPENBSD_6_0 branch --- update.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update.sh') 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) -- cgit v1.2.3-55-g6feb