From 02094273902ec4f78641c7ba2fed638125852561 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Tue, 15 Aug 2017 00:12:40 +0200 Subject: [PATCH] =?UTF-8?q?"BUGFIX:=20fct=5Ferreur=20n'=C3=A9valuait=20pas?= =?UTF-8?q?=20la=20fonction=20a=20executer"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/erreur.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/erreur.lib b/lib/erreur.lib index 01eb069..aa143f7 100755 --- a/lib/erreur.lib +++ b/lib/erreur.lib @@ -115,7 +115,7 @@ case "${L_Cmd}" in [ ${#SH_INDENT_MSG} -gt 0 ] && SH_INDENT_MSG=${SH_INDENT_MSG:0:$((${#SH_INDENT_MSG}-2))} exit ${L_CodRet} ;; "continu" ) return 0 ;; - "*" ) eval ${L_Cmd} ;; + "*" ) eval ${L_Msg} ;; esac } typeset -Ffx fct_erreur