mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 13:27:02 +00:00
Merge pull request #304 from esden/gsed-darwin
Use gsed vs sed on Darwin.
This commit is contained in:
commit
1064c8f61f
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
for f in $( find . -name .gitignore ); do sed -re "s,^,find ${f%.gitignore} -name ',; s,$,' | xargs rm -f,;" $f; done | bash -v
|
||||
for f in $( find . -name .gitignore ); do sed -Ee "s,^,find ${f%.gitignore} -name ',; s,$,' | xargs rm -f,;" $f; done | bash -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue