base-files: replace fgrep with grep -F
authorRosen Penev <rosenp@gmail.com>
Sat, 5 Feb 2022 17:38:53 +0000 (09:38 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Feb 2022 22:09:15 +0000 (23:09 +0100)
commit7994461a5a1c2cdd8bf4cc3fa38c4d496534f080
tree6c001ec52816c15ee52f549b41106fa78e943887
parentf6a01d7f5c3d945f031cf24ab66066806dd62db3
base-files: replace fgrep with grep -F

fgrep is deprecated and replaced by grep -F. The latter is used
throughout the tree whereas this is the only usage of the former.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/base-files/files/etc/profile