From: ganncamp Date: Tue, 23 Aug 2016 21:48:23 +0000 (-0400) Subject: add -P to full path resolution X-Git-Tag: 2.9.0.670~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae19303ed23f5120e228a4f7cdfb4ebe383abbd5;p=sonar-scanner-cli.git add -P to full path resolution --- diff --git a/src/main/assembly/bin/sonar-scanner b/src/main/assembly/bin/sonar-scanner index fcef7cd..59586af 100755 --- a/src/main/assembly/bin/sonar-scanner +++ b/src/main/assembly/bin/sonar-scanner @@ -81,7 +81,7 @@ if [ -z "$SONAR_SCANNER_HOME" ] ; then SONAR_SCANNER_HOME=`dirname "$PRG"`/.. # make it fully qualified - SONAR_SCANNER_HOME=`cd "$SONAR_SCANNER_HOME" && pwd` + SONAR_SCANNER_HOME=`cd "$SONAR_SCANNER_HOME" && pwd -P` fi # check that the SONAR_SCANNER_HOME has been correctly set