modifs.mineures sans commentaires
This commit is contained in:
parent
0009fe55d5
commit
ae65a36505
|
@ -16,7 +16,7 @@ function nulib__define_functions() {
|
|||
}
|
||||
function module:() {
|
||||
if [ -n "$LIST_FUNCS" ]; then
|
||||
esection "$1: $2"
|
||||
esection "@$1: $2"
|
||||
fi
|
||||
local module
|
||||
SHOW_MODULE=
|
||||
|
@ -32,9 +32,9 @@ function nulib__define_functions() {
|
|||
}
|
||||
function function:() {
|
||||
if [ -n "$LIST_FUNCS" ]; then
|
||||
estep "$1"
|
||||
eecho "$1"
|
||||
elif [ -n "$SHOW_MODULE" ]; then
|
||||
esection "$1"
|
||||
eecho "$COULEUR_BLEUE>>> $1 <<<$COULEUR_NORMALE"
|
||||
eecho "$2"
|
||||
else
|
||||
local func
|
||||
|
|
Loading…
Reference in New Issue