Thank you for your answers.
The following sentences do not work:
> MODULES=\$"${domain}_MODULES"
The following sentences work fine:
> eval "MODULES=\$${domain}_MODULES"
> eval MODULES="\$${domain}_MODULES"
> eval MODU
Hello,
I have been using cygwin for several years now and I have several scripts
tant do not work anymore since I installed the latest release of cygwin
(doxnloaded last week).
The reason is the eval function that I use quite a lot in such ways as :
DOMAINE_LISTE="DOM1 DOM2 DOM3"
DOM1_MODULES='
2 matches
Mail list logo