Browse Source

Added Travis check for uniformity

pull/1487/head
Marvin Lehmann 8 years ago
parent
commit
e237d0eb42
  1. 7
      linuxgsm.sh

7
linuxgsm.sh

@ -369,6 +369,9 @@ else
if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then
fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5" fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5"
fi fi
getopt=$1 # Prevents running of core_exit.sh for Travis.
core_getopt.sh if [ "${travistest}" != "1" ]; then
getopt=$1
core_getopt.sh
fi
fi fi
Loading…
Cancel
Save