summaryrefslogtreecommitdiff
path: root/win/unhyp
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-11-10 11:35:58 -0800
committerkaa <kaa@disroot.org>2023-11-10 11:35:58 -0800
commit902e6964083c2f3ce51f85242d751d00269ac527 (patch)
treee9ff30bd1f11ed8d7fdedd88cc51e58fbe3c5648 /win/unhyp
parent573da274a77db0e45185c25796b3527f36f8729f (diff)
Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries.
Diffstat (limited to 'win/unhyp')
-rwxr-xr-xwin/unhyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/unhyp b/win/unhyp
index a72f4c5..b3de4b7 100755
--- a/win/unhyp
+++ b/win/unhyp
@@ -1,4 +1,4 @@
#!/bin/sh
# Written with busybox sed in mind.
-sed -i 's/\&shy\;//g' $1
+sed 's/\&shy\;//g' $1