diff --git a/build.sh b/build.sh index 26428dc..0f9c39a 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -u diff --git a/docker/build-docker-image.sh b/docker/build-docker-image.sh index 4c5df6e..1e28d3f 100755 --- a/docker/build-docker-image.sh +++ b/docker/build-docker-image.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Parameters validation if [ -z "${sysrescuearch}" ] ; then diff --git a/docker/build-iso-image.sh b/docker/build-iso-image.sh index 0d9ff49..5023a78 100755 --- a/docker/build-iso-image.sh +++ b/docker/build-iso-image.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Parameters validation if [ -z "${sysrescuearch}" ] ; then