diff options
Diffstat (limited to 'bin/compiler/2-configure.sh')
-rwxr-xr-x | bin/compiler/2-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compiler/2-configure.sh b/bin/compiler/2-configure.sh index 9c610576c0..0d59b1caac 100755 --- a/bin/compiler/2-configure.sh +++ b/bin/compiler/2-configure.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |