summaryrefslogtreecommitdiff
path: root/system/zsh/fix-deprecated-egrep.patch
AgeCommit message (Collapse)AuthorFilesLines
2023-04-06system/zsh: add patch for deprecated egrep usage. fixes #977.Zach van Rijn1-0/+84
Commit 5d9ffc28fc6a0d99338cac0b020e3eac486bccfc bumped grep from 3.7 to 3.10, and 3.8 introduced warnings for use of egrep/fgrep, which were deprecated in 2.5.3 from 2007. These warnings cause zsh test diffs to fail. Patch the tests to avoid deprecated behavior. See also: #976.