Bug 155823 - Bash-specific syntax in /etc/profile.d/profile.sh
Summary: Bash-specific syntax in /etc/profile.d/profile.sh
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 6
Hardware: All SuSE Linux 10.1
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-07 18:51 UTC by Forgotten User eGHtJabySz
Modified: 2006-03-08 17:21 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Patch for /etc/profile.d/profile.sh (315 bytes, patch)
2006-03-07 18:53 UTC, Forgotten User eGHtJabySz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.