Skip to content

Commit

Permalink
/bin/bash -> /usr/bin/env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Nov 15, 2021
1 parent 2d883b5 commit 25ad5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download_slashing_interchange_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eu

Expand Down
2 changes: 1 addition & 1 deletion download_test_vectors.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eu

Expand Down

0 comments on commit 25ad5ba

Please sign in to comment.