diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-11 06:44:08 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-11 06:44:08 -0600 |
commit | a7ca886cb03e52718b51f9dd35ea15f28db71a2b (patch) | |
tree | fd7137b5d653ee2720f86fed65287a09712d7d63 /update.sh | |
parent | 3c1e882d259ebeaebcdd1daaa01c24175a9e2e66 (diff) | |
download | portable-a7ca886cb03e52718b51f9dd35ea15f28db71a2b.tar.gz portable-a7ca886cb03e52718b51f9dd35ea15f28db71a2b.tar.bz2 portable-a7ca886cb03e52718b51f9dd35ea15f28db71a2b.zip |
pin master build to upstream commit
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ if [ ! -d openbsd ]; then | |||
14 | fi | 14 | fi |
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 |
21 | CWD=`pwd` | 20 | CWD=`pwd` |