diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2018-05-30 16:02:57 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:01 +0200 |
commit | 41df35438631f365e434ca918b210733dcc78297 (patch) | |
tree | d5a8b801a2b667f67aff5d219159be872c552eaf /scripts/start.sh | |
parent | 24509fd25897474c1f70af4279fcdba4baab86d7 (diff) | |
download | sonarqube-41df35438631f365e434ca918b210733dcc78297.tar.gz sonarqube-41df35438631f365e434ca918b210733dcc78297.zip |
[scripts] use a more portable bash shebang
Diffstat (limited to 'scripts/start.sh')
-rwxr-xr-x | scripts/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start.sh b/scripts/start.sh index 2a1cdfad70d..d6b6d7a7add 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ############################### # usage: start.sh [ -e ARG ] [ -p ARG ] [ -l ARG ] # -e ARG: edition to run |