diff --git a/cook.sh b/cook.sh index ddc4fbaae..646ae2d61 100755 --- a/cook.sh +++ b/cook.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Configuration export TARGET=x86_64-unknown-redox diff --git a/setup.sh b/setup.sh index 795627d99..db759260b 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e echo "Downloading latest libc-artifacts" diff --git a/update-packages.sh b/update-packages.sh index 0109dd234..2374038db 100755 --- a/update-packages.sh +++ b/update-packages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e