Quellcode durchsuchen

Damn automatic double quotes

UltimateByte vor 9 Jahren
Ursprung
Commit
59f5d8606b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

@@ -587,7 +587,7 @@ fn_mod_get_info_from_command(){
 	# What happens if mod is not found
 	if [ "${modinfocommand}" == "0" ]; then
 		fn_script_log_error "Couldn't find information for ${currentmod}"
-		fn_print_error_nl ""Couldn't find information for ${currentmod}"
+		fn_print_error_nl "Couldn't find information for ${currentmod}"
 		exitcode="1"
 		core_exit.sh
 	fi