diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 81481b17..f403cc03 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -1,9 +1,9 @@ +#!/usr/bin/env bash + # This script setup the Redox build system # It install Rustup, the recipe dependencies for cross-compilation # and download the build system configuration files -#!/usr/bin/env bash - set -e ########################################################## diff --git a/podman_bootstrap.sh b/podman_bootstrap.sh index 4a382352..6cccaebd 100755 --- a/podman_bootstrap.sh +++ b/podman_bootstrap.sh @@ -1,9 +1,9 @@ +#!/usr/bin/env bash + # This script setup the Redox build system with Podman # It install the Podman dependencies, Rustup, recipes dependencies for cross-compilation # and download the build system configuration files -#!/usr/bin/env bash - set -e ##########################################################