aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-21 22:08:12 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-21 22:08:12 -0500
commit0fa826d34f42ecd0932aaf48012ca9165ac1612b (patch)
tree99291d22e0b886fd51f18420524af894582e3fd8 /update.sh
parent630e7b604037820d6d4f90dbfd891c0a0e837639 (diff)
downloadportable-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-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 6df4290..aef190e 100755
--- a/update.sh
+++ b/update.sh
@@ -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
304for i in patches/*.patch; do 304for i in patches/*.patch; do
305 patch -p0 < $i 305 patch -p0 < $i
306done 306done