aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-11-05 17:14:28 -0600
committerBrent Cook <bcook@openbsd.org>2017-11-05 17:14:28 -0600
commit68a99284c345174f279ed74a27d42dc3eb99aacb (patch)
tree2e2c3ecfe3eb71e1c4bd28b36a969217a865eecc
parentfe8a52a0d9d4f5558a9652bb17e7486882ada3da (diff)
downloadportable-68a99284c345174f279ed74a27d42dc3eb99aacb.tar.gz
portable-68a99284c345174f279ed74a27d42dc3eb99aacb.tar.bz2
portable-68a99284c345174f279ed74a27d42dc3eb99aacb.zip
fetch before update to grab new branches
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 619a277..f11aa04 100755
--- a/update.sh
+++ b/update.sh
@@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then
13 fi 13 fi
14fi 14fi
15(cd openbsd 15(cd openbsd
16 git fetch
16 git checkout $openbsd_branch 17 git checkout $openbsd_branch
17 git pull --rebase) 18 git pull --rebase)
18 19