[MBT] new ticket for pkg mc "Wrong exporting in profile.d"
bugs at pld.org.pl
bugs at pld.org.pl
Mon Oct 28 02:35:27 CET 2002
Date: 2002-10-28 02:35:27+01 Author: Arkadiusz Miśkiewicz (arekm) <misiek at pld.ORG.PL>
Title: Wrong exporting in profile.d
Ticket ID: #408
Ticket URL: http://bugs.pld.org.pl/?bug=408
Package: mc-4.5.55-9
Distribution: PLD-Ra.main PLD-1.0.devel.main
Category: doesn't work as it should
Current state: opened
Text:
export -f mc
in /etc/profile.d/mc.sh is wrong because on some shells (like zsh) it causes displaying body of mc function.
Fix:
export -f mc > /dev/null
More information about the pld-bugs
mailing list