Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12987] New: profile.d script from readline is bash specific

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12987] New: profile.d script from readline is bash specific
  • Date: 14 Aug 2006 15:47:21 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12987

Summary: profile.d script from readline is bash specific
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sqweek AT gmail.com


/etc/profile.d/readline.sh:4:if [[ ! -f $HOME/.inputrc ]] &&
/etc/profile.d/readline.sh:5: [[ -f /etc/inputrc ]]; then

[[ ]] is a bash construct - it should be changed to [ ] for sh compatibility

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12987] New: profile.d script from readline is bash specific, bugzilla-daemon, 08/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page