mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
The changes were mostly done with sed:
find . -name '*.sh' | xargs sed -i 's/`\([^`]*\)`/$(\1)/g'
There have been a few manual changes where the regex wasn't sufficient
(e.g. backslashes inside the `...`) or wrong (`...` referring to docs or
in comments).
(manually picked from commit
|
||
|---|---|---|
| .. | ||
| ns1 | ||
| clean.sh | ||
| formerr.pl | ||
| nametoolong | ||
| noquestions | ||
| setup.sh | ||
| tests.sh | ||
| tests_sh_formerr.py | ||
| twoquestions | ||