Browse Source

stop exitmsg on same line

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
505d0c544b
  1. 1
      lgsm/functions/core_exit.sh

1
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
}

Loading…
Cancel
Save