summaryrefslogtreecommitdiff
path: root/script/web
diff options
context:
space:
mode:
authorMatthew Trisoline <matt.trisoline@intermedix.com>2014-02-10 09:51:51 -0500
committerMatthew Trisoline <matt.trisoline@intermedix.com>2014-02-10 09:51:51 -0500
commit00ebfaa9425dda6dc60ddc98b69050c28bb19ec6 (patch)
treef208afa2afa39b7ee7f30f3670a5f2743a9866d8 /script/web
parentbaf8afc6d34a01555141bc297d84f5bffd4393c0 (diff)
downloadgitlab-ce-00ebfaa9425dda6dc60ddc98b69050c28bb19ec6.tar.gz
Updated script/{web,background_job} to use #!/usr/bin/env bash rather than #!/bin/bash to allow for transparency between OS namely Linux and FreeBSD and for source installs of bash where path is not exported by default for /usr/local/{bin,sbin}
Diffstat (limited to 'script/web')
-rwxr-xr-xscript/web2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/web b/script/web
index 5464ed040aa..1ad3b5d24b9 100755
--- a/script/web
+++ b/script/web
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cd $(dirname $0)/..
app_root=$(pwd)