From c1cc8afadfc3336aea2cab641cd0c9663670f0b9 Mon Sep 17 00:00:00 2001 From: Iori Yoneji Date: Fri, 2 Jun 2017 09:15:48 +0000 Subject: [PATCH 1/2] change shebang of shell script to make it work on both of Ubuntu or FreeBSD --- cook.sh | 2 +- setup.sh | 2 +- update-packages.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cook.sh b/cook.sh index ddc4fbaa..646ae2d6 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 795627d9..db759260 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 0109dd23..2374038d 100755 --- a/update-packages.sh +++ b/update-packages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e From 08c8b2fba1947be8a673d3e2fc193e9b466970d1 Mon Sep 17 00:00:00 2001 From: Iori Yoneji Date: Sun, 4 Jun 2017 17:40:37 +0000 Subject: [PATCH 2/2] Switch submodule of libc-artifacts to point out to newer commit to be built on FreeBSD --- libc-artifacts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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