modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-11-17 11:11:03 +04:00
parent 0009fe55d5
commit ae65a36505
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ function nulib__define_functions() {
} }
function module:() { function module:() {
if [ -n "$LIST_FUNCS" ]; then if [ -n "$LIST_FUNCS" ]; then
esection "$1: $2" esection "@$1: $2"
fi fi
local module local module
SHOW_MODULE= SHOW_MODULE=
@ -32,9 +32,9 @@ function nulib__define_functions() {
} }
function function:() { function function:() {
if [ -n "$LIST_FUNCS" ]; then if [ -n "$LIST_FUNCS" ]; then
estep "$1" eecho "$1"
elif [ -n "$SHOW_MODULE" ]; then elif [ -n "$SHOW_MODULE" ]; then
esection "$1" eecho "$COULEUR_BLEUE>>> $1 <<<$COULEUR_NORMALE"
eecho "$2" eecho "$2"
else else
local func local func