change shebang of shell script to make it work on both of Ubuntu or FreeBSD

This commit is contained in:
Iori Yoneji 2017-06-02 09:15:48 +00:00
parent 4a18e61514
commit c1cc8afadf
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e