Merge pull request #12 from iori-yja/allow_build_on_freebsd

Allow build on FreeBSD
This commit is contained in:
Jeremy Soller 2017-06-04 17:42:35 -06:00 committed by GitHub
commit c03d4bbb3f
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
# Configuration
export TARGET=x86_64-unknown-redox

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
source config.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
source config.sh

@ -1 +1 @@
Subproject commit ecd2edd8935177cf9f160ae6ec11c22ee3a0a249
Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
source config.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
echo "Downloading latest libc-artifacts"