From 3fce9ed9a44eb55cd36b1520740b433a0f11685b Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 17 Feb 2020 15:03:46 +0100 Subject: [PATCH] Have Wine shim explicitly require bash I didn't know the substitution was Bash-only..! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e79d4474..4ad7b3e3 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,7 @@ mingw64: PKG_CONFIG=x86_64-w64-mingw32-pkg-config -j wine-shim: - $Qecho '#!/bin/sh' > rgbshim.sh + $Qecho '#!/bin/bash' > rgbshim.sh $Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh $Qchmod +x rgbshim.sh $Qln -s rgbshim.sh rgbasm