aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/property_utils.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-05-30 16:02:57 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:21:01 +0200
commit41df35438631f365e434ca918b210733dcc78297 (patch)
treed5a8b801a2b667f67aff5d219159be872c552eaf /scripts/property_utils.sh
parent24509fd25897474c1f70af4279fcdba4baab86d7 (diff)
downloadsonarqube-41df35438631f365e434ca918b210733dcc78297.tar.gz
sonarqube-41df35438631f365e434ca918b210733dcc78297.zip
[scripts] use a more portable bash shebang
Diffstat (limited to 'scripts/property_utils.sh')
-rwxr-xr-xscripts/property_utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/property_utils.sh b/scripts/property_utils.sh
index 86ba82da643..57b94f23ee5 100755
--- a/scripts/property_utils.sh
+++ b/scripts/property_utils.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
###############################
# exposes library functions to modify properties in a property
#