From 7e59b1e27f80a5d466913a3b9040ee82d1ae2e52 Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Wed, 30 May 2018 16:10:05 +0200 Subject: [scripts] declare bash function in portable fashion --- scripts/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stop.sh') diff --git a/scripts/stop.sh b/scripts/stop.sh index 8b94cd2d2a7..8c2cdd8a936 100755 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -17,7 +17,7 @@ else OS='linux-x86-64' fi -function stopAny() { +stopAny() { for edition in $EDITIONS; do SONAR_SH="$(distributionDirOf "$edition")/$(targetDirOf "$edition")/sonarqube-*/bin/$OS/sonar.sh" if ls $SONAR_SH &> /dev/null; then -- cgit v1.2.3