diff options
author | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
commit | 902e6964083c2f3ce51f85242d751d00269ac527 (patch) | |
tree | e9ff30bd1f11ed8d7fdedd88cc51e58fbe3c5648 /win/unhyp | |
parent | 573da274a77db0e45185c25796b3527f36f8729f (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-x | win/unhyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh # Written with busybox sed in mind. -sed -i 's/\­\;//g' $1 +sed 's/\­\;//g' $1 |