FS#30598 - [netcfg] use grep instead of fgrep
Attached to Project:
Arch Linux
Opened by xduugu (xduugu) - Saturday, 07 July 2012, 22:59 GMT
Last edited by Jouke Witteveen (jouke) - Sunday, 08 July 2012, 10:07 GMT
Opened by xduugu (xduugu) - Saturday, 07 July 2012, 22:59 GMT
Last edited by Jouke Witteveen (jouke) - Sunday, 08 July 2012, 10:07 GMT
|
Details
In a recent commit[1], grep was replaced with fgrep.
However, instead of calling fgrep, grep -F should be used.
The grep man page states:
> In addition, two variant programs egrep and fgrep are available. egrep is the same as grep -E. fgrep > is the same as grep -F. Direct invocation as either egrep or fgrep is deprecated, but is provided to > allow historical applications that rely on them to run unmodified. [1] http://projects.archlinux.org/netcfg.git/commit/?id=7e2ff917a67573ed957d57d2fd077b4c219c0d86 |
This task depends upon
Closed by Jouke Witteveen (jouke)
Sunday, 08 July 2012, 10:07 GMT
Reason for closing: Fixed
Additional comments about closing: 5511d
Sunday, 08 July 2012, 10:07 GMT
Reason for closing: Fixed
Additional comments about closing: 5511d