From 37395f51849896a8a62950bd1b86e53ac96c2bdc Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 15 Mar 2025 17:10:59 +0000 Subject: [PATCH] Fix typos on bootstrapping scripts --- native_bootstrap.sh | 4 ++-- podman_bootstrap.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ##########################################################