Add shebang to fix bash invalid option error

Error:
    ++ declare -A pids
    ./run.sh: line 55: declare: -A: invalid option
    declare: usage: declare [-afFirtx] [-p] [name[=value] ...]
This commit is contained in:
Zach Borboa
2022-03-10 12:56:24 -08:00
parent 7455872464
commit 1b64ab6e84
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
remove_expectWarning() {
# Fix "Call to undefined method CurlTest\CurlTest::expectWarning()".
sed -i'' -e"/->expectWarning(/d" "./PHPCurlClass/PHP"*