Don't use echo -e for creating the Wine shim

Apparently that's not as portable as I expected.
This commit is contained in:
ISSOtm
2020-02-17 14:32:35 +01:00
parent 9e99db9a8e
commit 21ffcc74db

View File

@@ -237,7 +237,8 @@ mingw64:
PKG_CONFIG=x86_64-w64-mingw32-pkg-config -j
wine-shim:
$Qecho -e '#!/bin/sh\nWINEDEBUG=-all wine $$0.exe "$${@:1}"' > rgbshim.sh
$Qecho '#!/bin/sh' > rgbshim.sh
$Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh
$Qchmod +x rgbshim.sh
$Qln -s rgbshim.sh rgbasm
$Qln -s rgbshim.sh rgblink