eliminate use of egrep and \# (fixes #1019660)
This piping of (e)grep into sed struck me as redundant, so I got rid of it.
I note that the first instance of egrep (looking for ttys) actually
seems a bit beffuddled, since the egrep is looking for tty
at the
start of the line (among other things) but if it found it the sed would
ignore that because it only accepts tty preceded by a space -- that's
why I'm not bothering with preserving the start of line matching.
I've also grabbed the removal of \ before # from Vincent Lefevre's patch.
Edited by Philip Hands
Merge request reports
Activity
added 41 commits
-
bad3228e...ef7792b4 - 40 commits from branch
installer-team:master
- 737064bb - eliminate use of egrep and \# (fixes #1019660)
-
bad3228e...ef7792b4 - 40 commits from branch
added 5 commits
-
9f5c7153...06b1dec7 - 3 commits from branch
installer-team:master
- c433c850 - eliminate use of egrep and \# (fixes #1019660)
- c6a50771 - changelog
-
9f5c7153...06b1dec7 - 3 commits from branch
added 11 commits
-
c6a50771...f038ba03 - 9 commits from branch
installer-team:master
- 77001ff8 - eliminate use of egrep and \# (fixes #1019660)
- b13a0890 - changelog
-
c6a50771...f038ba03 - 9 commits from branch
mentioned in commit b1f0e4fa
mentioned in merge request !22 (closed)
Please register or sign in to reply