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