"Bug params.lib + corrections orthographes"
This commit is contained in:
@@ -55,7 +55,7 @@ then
|
||||
else
|
||||
case ${L_NumErr} in
|
||||
0 ) L_Cmd="stop"; L_CodRet=0; L_Type="FIN-OK" ;;
|
||||
254 ) L_Cmd="stop"; L_CodRet=254; L_Type="ERREUR"; L_Msg="Une erreur ete remontee par la librairie fct_params" ;;
|
||||
254 ) L_Cmd="stop"; L_CodRet=254; L_Type="ERREUR"; L_Msg="Une erreur a ete remontee par la librairie fct_params" ;;
|
||||
* ) if [ -f ${SH_FICMSG} ]
|
||||
then
|
||||
L_RefErr=`grep -e "^${L_NumErr} *|" ${SH_FICMSG}`
|
||||
@@ -94,7 +94,7 @@ case "${L_Cmd}" in
|
||||
# Suppression des fichiers temporaire a la sortie du shell principal si mode debug pas activer
|
||||
if [ ${#SH_INDENT_MSG} -eq 0 -a ${SH_NIV_DEBUG} -eq 0 ]
|
||||
then
|
||||
fct_message -debug 0 "<lib:fct_erreur> Nettoyage des fichiers temporaire de la session ${SH_SESSION_ID}"
|
||||
fct_message -debug 0 "<lib:fct_erreur> Nettoyage des fichiers temporaires de la session ${SH_SESSION_ID}"
|
||||
if [ -n "${NC_EXPL_TMP}" -a -n "${SH_SESSION_ID}" -a "${NC_EXPL_TMP}" != "/" -a "${NC_EXPL_TMP}" != "." ]
|
||||
then
|
||||
rm -f "${NC_EXPL_TMP}/*${SH_SESSION_ID}*"
|
||||
|
||||
Reference in New Issue
Block a user