#!/bin/bash -> #!/usr/bin/env bash (#1216)

This commit is contained in:
Rangi
2023-11-04 18:37:34 -04:00
committed by GitHub
parent 46e67ee078
commit 99727cbe99
7 changed files with 7 additions and 7 deletions

View File

@@ -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