diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ if [ ! -d openbsd ]; then | |||
14 | fi | 14 | fi |
15 | (cd openbsd | 15 | (cd openbsd |
16 | git fetch | 16 | git fetch |
17 | git checkout $openbsd_branch) | 17 | git checkout $openbsd_branch |
18 | git pull --rebase) | ||
18 | 19 | ||
19 | # setup source paths | 20 | # setup source paths |
20 | CWD=`pwd` | 21 | CWD=`pwd` |