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:55 -0600
commit09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a (patch)
tree837eeec9b7056c04f594128ce6576a9ec1b5d2f6
parentb32a92bc441ae25f55b50a75e711fab59f1a8054 (diff)
downloadportable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.tar.gz
portable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.tar.bz2
portable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.zip
fetch before update to grab new branches
Diffstat (limited to '')
-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