Difference between revisions of "Translations:32-bit Chroot/25/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "for sh in /etc/profile.d/*.sh ; do [ -r "$sh" ] && . "$sh" done unset sh")
 
(No difference)

Latest revision as of 08:13, April 13, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (32-bit Chroot)
for sh in /etc/profile.d/*.sh ; do
       [ -r "$sh" ] && . "$sh"
done
unset sh

for sh in /etc/profile.d/*.sh ; do

       [ -r "$sh" ] && . "$sh"

done unset sh