|
Bugzilla – Full Text Bug Listing |
| Summary: | Bash-specific syntax in /etc/profile.d/profile.sh | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Forgotten User eGHtJabySz <forgotten_eGHtJabySz> |
| Component: | Basesystem | Assignee: | 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 | ||
Created attachment 71620 [details]
Patch for /etc/profile.d/profile.sh
fixed. |
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.