mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
#!/bin/bash -> #!/usr/bin/env bash (#1216)
This commit is contained in:
2
Makefile
2
Makefile
@@ -284,7 +284,7 @@ mingw64:
|
||||
BISON=bison PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=/usr/x86_64-w64-mingw32 pkg-config"
|
||||
|
||||
wine-shim:
|
||||
$Qecho '#!/bin/bash' > rgbshim.sh
|
||||
$Qecho '#!/usr/bin/env bash' > rgbshim.sh
|
||||
$Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh
|
||||
$Qchmod +x rgbshim.sh
|
||||
$Qln -s rgbshim.sh rgbasm
|
||||
|
||||
Reference in New Issue
Block a user