Преглед на файлове

Damn automatic double quotes

UltimateByte преди 9 години
родител
ревизия
59f5d8606b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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