summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-26 16:23:25 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-26 16:23:25 +0200
commit41f64fb28791ae9b099a4b63662bd5feda5bb530 (patch)
tree632e663b477565fc36d9c61838f8edfede8bc398 /install.sh
parent1f16a068e99ae9841666e4d58e6efa405d4090c1 (diff)
Crossplatform header for bash files
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a5ab4396d0..3f06dfa0a4 100755
--- a/install.sh
+++ b/install.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH_MODULES="$CUR_PATH/modules/"