mirror of https://github.com/PCSX2/pcsx2.git
6f681743ca
The script passes -e to the shell on the #! line rather than using set -e in the body of the script. This is fine for normal operation, but if the script is run by hand with sh /path/to/script (common in debugging), -e will not be in effect. It's therefore better to use set -e in the body of the script. |
||
---|---|---|
.. | ||
Langs | ||
cheats | ||
docs | ||
shaders | ||
.gitignore | ||
GameIndex.dbf | ||
PCSX2-linux.sh | ||
PCSX2_keys.ini.default | ||
cheats_ws.zip | ||
portable.ini | ||
run_spu2_replay.cmd |