diff options
Diffstat (limited to 'libc/ci/emscripten-entry.sh')
-rwxr-xr-x | libc/ci/emscripten-entry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/ci/emscripten-entry.sh b/libc/ci/emscripten-entry.sh index acaebfe..22ae8b0 100755 --- a/libc/ci/emscripten-entry.sh +++ b/libc/ci/emscripten-entry.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 The Rust Project Developers. See the COPYRIGHT # file at the top-level directory of this distribution and at # http://rust-lang.org/COPYRIGHT. |