mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
More portable shebang for bash and executable cmd/evm/transition-test.sh
This commit is contained in:
parent
758fce71fa
commit
8fd5dbde06
2 changed files with 2 additions and 2 deletions
2
cmd/evm/transition-test.sh
Normal file → Executable file
2
cmd/evm/transition-test.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
ticks="\`\`\`"
|
ticks="\`\`\`"
|
||||||
|
|
||||||
function showjson(){
|
function showjson(){
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue