Explorar o código

stop exitmsg on same line

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
505d0c544b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lgsm/functions/core_exit.sh

+ 1 - 0
lgsm/functions/core_exit.sh

@@ -6,6 +6,7 @@
 
 fn_exit_dev_debug(){
 	if [ -f "${rootdir}/.dev-debug" ]; then
+		echo ""
 		echo "${function_selfname} exiting with code: ${exitcode}"
 	fi
 }