diff options
Diffstat (limited to 'scripts/prebuild.sh')
-rwxr-xr-x | scripts/prebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prebuild.sh b/scripts/prebuild.sh index 937bf5f..c135b7c 100755 --- a/scripts/prebuild.sh +++ b/scripts/prebuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -x set -eou pipefail |