Przeglądaj źródła

stop exitmsg on same line

Daniel Gibbs 10 lat temu
rodzic
commit
505d0c544b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lgsm/functions/core_exit.sh

+ 1 - 0
lgsm/functions/core_exit.sh

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