diff --git a/update.sh b/update.sh index 71b4c4d..c0e4372 100755 --- a/update.sh +++ b/update.sh @@ -14,6 +14,7 @@ if [ ! -d openbsd ]; then fi fi (cd openbsd + git fetch git checkout $openbsd_branch git pull --rebase)