diff options
author | Brent Cook <bcook@openbsd.org> | 2017-11-05 17:14:28 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-11-05 17:14:55 -0600 |
commit | 09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a (patch) | |
tree | 837eeec9b7056c04f594128ce6576a9ec1b5d2f6 | |
parent | b32a92bc441ae25f55b50a75e711fab59f1a8054 (diff) | |
download | portable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.tar.gz portable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.tar.bz2 portable-09ca0f7b8b4e8bcf394f6125dafec7757cbdc15a.zip |
fetch before update to grab new branches
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ if [ ! -d openbsd ]; then | |||
13 | fi | 13 | fi |
14 | fi | 14 | fi |
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 | ||