diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-21 22:08:12 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-21 22:08:12 -0500 |
commit | 0fa826d34f42ecd0932aaf48012ca9165ac1612b (patch) | |
tree | 99291d22e0b886fd51f18420524af894582e3fd8 /update.sh | |
parent | 630e7b604037820d6d4f90dbfd891c0a0e837639 (diff) | |
download | portable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.tar.gz portable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.tar.bz2 portable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.zip |
revise how headers are patched for windows, remove sed scripts
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ add_man_links() { | |||
300 | done | 300 | done |
301 | } | 301 | } |
302 | 302 | ||
303 | # apply local patches (Windows support) | 303 | # apply local patches |
304 | for i in patches/*.patch; do | 304 | for i in patches/*.patch; do |
305 | patch -p0 < $i | 305 | patch -p0 < $i |
306 | done | 306 | done |