pcsx2/linux_various
Miguel A. Colón Vélez 6f681743ca Use set -e in the body of the script.
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.
2015-07-27 14:13:03 -04:00
..
PCSX2.desktop.in Changed executable to "env __GL_THREADED_OPTIMIZATIONS=1 PCSX2" 2015-05-18 22:03:28 +03:00
PCSX2.xpm linux: rename everything. It is PCSX2 is uppercase letter 2015-05-18 10:04:23 +02:00
check_po_quality.pl license: add missing header 2014-04-12 19:42:41 +02:00
detect_missing_file_in_cmake.sh copyright: 2012-04-12 06:30:35 +00:00
generate_pot.sh Use set -e in the body of the script. 2015-07-27 14:13:03 -04:00
glsl2h.pl gsdx-ogl: wipeout subroutine code 2015-07-17 21:08:49 +02:00
hex2h.pl copyright: soundtouch was LGPL2.1 not LGPL2.1+, add an header to launch_pcsx2_linux.sh 2012-04-16 15:36:16 +00:00
validate_glsl.sh linux: add an example for the validation of tfx fs shader of GSdx 2015-07-13 12:06:32 +02:00