aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index e73455e..550d03b 100755
--- a/update.sh
+++ b/update.sh
@@ -14,8 +14,7 @@ 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)
19 18
20# setup source paths 19# setup source paths
21CWD=`pwd` 20CWD=`pwd`