diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getting-started-with-hdf5-development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting-started-with-hdf5-development.md b/doc/getting-started-with-hdf5-development.md index 732d817..04c42dc 100644 --- a/doc/getting-started-with-hdf5-development.md +++ b/doc/getting-started-with-hdf5-development.md @@ -746,7 +746,7 @@ to do this via a script. These are normally named `test_<thing>.sh.in`. The step. In the past, we have tried to stick to POSIX Bourne shell scripts, but many scripts now require bash. -If you write a new test script, it is important to also add a Powershell +If you write a new test script, it is important to also add a PowerShell equivalent for testing on Windows. It's helpful to run any new shell scripts through `shellcheck` |