Actions
Bug #9012
closedcmd/grep: don't use obsolete REG_ANCHOR
Start date:
2018-01-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
REG_ANCHOR is currently no-op, and while cmd/grep is aware of that fact, it simply should NOT specify it.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 925beec7a40f23f8a7663cf5e8289a88f9688e87
commit 925beec7a40f23f8a7663cf5e8289a88f9688e87 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2018-02-02T22:33:30.000Z 9012 cmd/grep: don't use obsolete REG_ANCHOR Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions