From 902e6964083c2f3ce51f85242d751d00269ac527 Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 10 Nov 2023 11:35:58 -0800 Subject: Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries. --- win/unhyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/unhyp') 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/\­\;//g' $1 +sed 's/\­\;//g' $1 -- cgit v1.2.3