"Debugging fct_erreur"

This commit is contained in:
Doug Le Tough 2017-08-15 01:16:27 +02:00
parent 2ee52cc9e4
commit 9c2b0afd26
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} ;; "*" ) echo "eval ${L_Cmd}" ;;
esac esac
} }
typeset -Ffx fct_erreur typeset -Ffx fct_erreur