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