From 59f5d8606b5ba4cda489083eff914d5a8f014d06 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Fri, 20 Jan 2017 01:19:05 +0100 Subject: [PATCH] Damn automatic double quotes --- lgsm/functions/mods_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index fa9328e26..ce0582f60 100644 --- a/lgsm/functions/mods_core.sh +++ b/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