aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 9597d95..2a0abd3 100755
--- a/update.sh
+++ b/update.sh
@@ -14,7 +14,8 @@ if [ ! -d openbsd ]; then
14fi 14fi
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
20CWD=`pwd` 21CWD=`pwd`