Procházet zdrojové kódy

Added Travis check for uniformity

Marvin Lehmann před 9 roky
rodič
revize
e237d0eb42
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 5 2
      linuxgsm.sh

+ 5 - 2
linuxgsm.sh

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