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. |
||
---|---|---|
.. | ||
PCSX2.desktop.in | ||
PCSX2.xpm | ||
check_po_quality.pl | ||
detect_missing_file_in_cmake.sh | ||
generate_pot.sh | ||
glsl2h.pl | ||
hex2h.pl | ||
validate_glsl.sh |