Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | lfs-bash-4.1.patch added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r9226.