Werk #15312: mk_oracle: use "${GREP}" instead of "grep"
| Component | Checks & agents | ||||
| Title | mk_oracle: use "${GREP}" instead of "grep" | ||||
| Date | Nov 27, 2023 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
When executed on solaris, "grep" does not know -x or -F. "${GREP}" points
to a version of grep that understands those options.