More portable shebang for bash and executable cmd/evm/transition-test.sh

This commit is contained in:
Vladimir Támara Patiño 2024-03-12 20:34:04 -05:00
parent 758fce71fa
commit 8fd5dbde06
2 changed files with 2 additions and 2 deletions

2
cmd/evm/transition-test.sh Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
ticks="\`\`\`"
function showjson(){

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e