Bug 155823

Summary: Bash-specific syntax in /etc/profile.d/profile.sh
Product: [openSUSE] SUSE Linux 10.1 Reporter: Forgotten User eGHtJabySz <forgotten_eGHtJabySz>
Component: BasesystemAssignee: Dr. Werner Fink <werner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: Beta 6   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Patch for /etc/profile.d/profile.sh

Description Forgotten User eGHtJabySz 2006-03-07 18:51:39 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.
Comment 1 Forgotten User eGHtJabySz 2006-03-07 18:53:22 UTC
Created attachment 71620 [details]
Patch for /etc/profile.d/profile.sh
Comment 2 Dr. Werner Fink 2006-03-08 17:21:57 UTC
fixed.