Opened 14 years ago

Closed 14 years ago

#2601 closed enhancement (fixed)

Bash-4.1: sed command is a no-op

Reported by: Larry Gilbert Owned by: Matthew Burgess
Priority: normal Milestone: 6.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

In the Bash 4.1 instructions, this command:

sed -i 's/LANG/LC_ALL/' tests/intl.tests

does nothing because as of 4.1 (or earlier?) the file already has "LC_ALL".

Wouldn't hurt to leave it in, but taking it out would save people some keystrokes. :-)

I am attaching a patch that you may use (or not) as you see fit.

Attachments (1)

lfs-bash-4.1.patch (1.2 KB ) - added by Larry Gilbert 14 years ago.

Download all attachments as: .zip

Change History (3)

by Larry Gilbert, 14 years ago

Attachment: lfs-bash-4.1.patch added

comment:1 by Matthew Burgess, 14 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:2 by Matthew Burgess, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r9226.

Note: See TracTickets for help on using tickets.