diff options
Diffstat (limited to 'scripts/replay_batch.sh')
-rwxr-xr-x | scripts/replay_batch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/replay_batch.sh b/scripts/replay_batch.sh index c1bd9825016..3b6ae873b9e 100755 --- a/scripts/replay_batch.sh +++ b/scripts/replay_batch.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail |