diff --git a/config.sh b/config.sh index bab886f9..1f3bf1fc 100755 --- a/config.sh +++ b/config.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash -e # Configuration export TARGET=x86_64-unknown-redox diff --git a/cook.sh b/cook.sh index 71329615..cab949fc 100755 --- a/cook.sh +++ b/cook.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash -e source config.sh diff --git a/fetch.sh b/fetch.sh index ca890678..b73edf9f 100755 --- a/fetch.sh +++ b/fetch.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash -e source config.sh diff --git a/libc-artifacts b/libc-artifacts index ecd2edd8..c26b21e3 160000 --- a/libc-artifacts +++ b/libc-artifacts @@ -1 +1 @@ -Subproject commit ecd2edd8935177cf9f160ae6ec11c22ee3a0a249 +Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9 diff --git a/repo.sh b/repo.sh index c57c7189..f5bc33fe 100755 --- a/repo.sh +++ b/repo.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash -e source config.sh diff --git a/setup.sh b/setup.sh index 62aa36f5..b7a794b9 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e echo "Downloading latest libc-artifacts"