]> granicus.if.org Git - graphviz/commit
replace use of grep in Windows build utility setup with Select-String
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 May 2021 01:14:17 +0000 (18:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 14:42:12 +0000 (07:42 -0700)
commit2629780172903ce08b96b0787b8c675d4c9a6fe8
tree7e909d8d18d33f8d683d97aa5aefc10b4e179963
parentb060e982c1309efcc5326042109d3a5a48ae0943
replace use of grep in Windows build utility setup with Select-String

This is a built-in function in PowerShell with equivalent functionality for this
purpose. This change is a step towards removing grep as a build dependency on
Windows. Related to #2069.
windows/bin/setup-build-utilities.ps1