Hello.

Is there any element to unset an environment variable in the XML profiles? or should it be done with <execute>:

<execute command="unset">
        <param>my_var</param>
</execute>

Another question: Are pipes and stream redirections accepted within the <param> elements of <execute>? Take the following as example:

<execute command="ls">
        <param>-l | sort >> /tmp/ls.txt</param>
</execute>

Thanks in advance for any help.


~david
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to