diff options
Diffstat (limited to 'scripts/make-package.sh')
-rwxr-xr-x | scripts/make-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-package.sh b/scripts/make-package.sh index 85549e65..8b0ba95c 100755 --- a/scripts/make-package.sh +++ b/scripts/make-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -o errexit set -o nounset |