5c14bef6a8global fixes for shellcheck warnings SC2027, SC2069, SC2154, SC2141, SC3014, SC3037 (all true positives). note, does not fix SC2057 in ocsp-stapling.test, which is addressed by PR #5174 .
2 năm trước cách đây
Daniel Pouzzner
4d4145e6a0add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/.
2 năm trước cách đây
Daniel Pouzzner
abfc788389script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.