]> granicus.if.org Git - graphviz/commit
Windows: remove usage of 'sed' in setup-build-utilities script
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Feb 2022 23:03:55 +0000 (15:03 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Feb 2022 03:24:08 +0000 (19:24 -0800)
commite7d61b03f1fe24c437852531460dea755178d7a8
tree1fc22227147fda7a27c8fc8e9697f71815ef1100
parenta5870a46284d8ea283aef72dc32c29a59d3a0709
Windows: remove usage of 'sed' in setup-build-utilities script

This results in `$PATH` potentially having duplicated trailing entries, but this
causes no harm and preventing it does not seem worth a `sed` dependency.

Gitlab: #2115
windows/bin/setup-build-utilities.ps1