Opened 16 years ago
Closed 16 years ago
#2450 closed bug (fixed)
grep output error
Reported by: | emitrax | Owned by: | axeld |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
grep string fileThatDoesNotExist
output will be: grep: fileThatDoesNotExist: (null)
while the expected output is grep: fileThatDoesNotExist: no such file or directory
Note:
See TracTickets
for help on using tickets.
Fixed in hrev26156. The grep configuration was wrong.