Bugzilla – Bug 155823
Bash-specific syntax in /etc/profile.d/profile.sh
Last modified: 2006-03-08 17:21:57 UTC
Line 110 in profile.sh uses "echo -e": echo -en "\033$CONSOLE_MAGIC" This is understood by bash, but not by ksh. I'm attaching a patch which offers one possible solution.
Created attachment 71620 [details] Patch for /etc/profile.d/profile.sh
fixed.