From d9992bf74e75e7497a9f8758077b70b32be567ff Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 28 Mar 2016 08:42:07 -0500 Subject: [PATCH] fetch so we can switch to new branches --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 71b4c4d..c0e4372 100755 --- a/update.sh +++ b/update.sh @@ -14,6 +14,7 @@ if [ ! -d openbsd ]; then fi fi (cd openbsd + git fetch git checkout $openbsd_branch git pull --rebase)