Revert "pin master build to upstream commit"

This reverts commit a7ca886cb03e52718b51f9dd35ea15f28db71a2b.
This commit is contained in:
Brent Cook 2023-02-13 16:59:34 -06:00
parent 5427234a78
commit e4c35bbde4
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
5f0541740b8c555fa2c751e63fae55680a69afe6
master

View File

@ -14,7 +14,8 @@ if [ ! -d openbsd ]; then
fi
(cd openbsd
git fetch
git checkout $openbsd_branch)
git checkout $openbsd_branch
git pull --rebase)
# setup source paths
CWD=`pwd`