You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DEVEL] setup-testdb invalid function syntax, mktemp: too few X's in template
Address the 3 problems with the setup_testdb.sh script on Linux
1. Invalid function declaration syntax
2. Invalid template syntax for mktemp (missing X characters)
3. Usage of `bash`-only commands in a script that wants to run in `sh` (pushd)
Fixessmartcontractkit#16179
Signed-off-by: Peter Somogyvari <[email protected]>
0 commit comments