modifs.mineures sans commentaires
This commit is contained in:
parent
0009fe55d5
commit
ae65a36505
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue