shithub: rgbds

Download patch

ref: 3fce9ed9a44eb55cd36b1520740b433a0f11685b
parent: 21ffcc74db3077b2cf298ace7445e5993300b2fe
author: ISSOtm <eldredhabert0@gmail.com>
date: Mon Feb 17 10:03:46 EST 2020

Have Wine shim explicitly require bash

I didn't know the substitution was Bash-only..!

--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@
 		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