Skip to content

Commit

Permalink
script requires bash for source call
Browse files Browse the repository at this point in the history
  • Loading branch information
nhlita committed Feb 12, 2025
1 parent 34c2406 commit 17bff6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-client.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

scriptsdir=$(dirname "$0")
topdir=$(dirname "$scriptsdir")

echo
source "$scriptsdir/BLOCKS.sh"

cd $topdir/bin/client-eth
Expand Down

0 comments on commit 17bff6b

Please sign in to comment.