Browse Source

fetch so we can switch to new branches

OPENBSD_5_9
Brent Cook 8 years ago
parent
commit
d9992bf74e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      update.sh

+ 1
- 0
update.sh View File

@ -14,6 +14,7 @@ if [ ! -d openbsd ]; then
fi
fi
(cd openbsd
git fetch
git checkout $openbsd_branch
git pull --rebase)


Loading…
Cancel
Save