"Debugging fct_erreur"

This commit is contained in:
Doug Le Tough 2017-08-15 01:26:25 +02:00
parent 226e5b1453
commit c2edd399cf
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ case "${L_Cmd}" in
[ ${#SH_INDENT_MSG} -gt 0 ] && SH_INDENT_MSG=${SH_INDENT_MSG:0:$((${#SH_INDENT_MSG}-2))} [ ${#SH_INDENT_MSG} -gt 0 ] && SH_INDENT_MSG=${SH_INDENT_MSG:0:$((${#SH_INDENT_MSG}-2))}
exit ${L_CodRet} ;; exit ${L_CodRet} ;;
"continu" ) return 0 ;; "continu" ) return 0 ;;
* ) eval ${L_Cmd} ;; * ) eval ${L_Msg} ;;
esac esac
} }
typeset -Ffx fct_erreur typeset -Ffx fct_erreur