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:28 -0600 |
commit | 68a99284c345174f279ed74a27d42dc3eb99aacb (patch) | |
tree | 2e2c3ecfe3eb71e1c4bd28b36a969217a865eecc | |
parent | fe8a52a0d9d4f5558a9652bb17e7486882ada3da (diff) | |
download | portable-68a99284c345174f279ed74a27d42dc3eb99aacb.tar.gz portable-68a99284c345174f279ed74a27d42dc3eb99aacb.tar.bz2 portable-68a99284c345174f279ed74a27d42dc3eb99aacb.zip |
fetch before update to grab new branches
-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 | ||