aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh
index 7b2d58a7935..98ba3efd301 100755
--- a/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh
+++ b/sonar-application/src/main/assembly/bin/solaris-x86-32/sonar.sh
@@ -367,7 +367,7 @@ getpid() {
# The ps statement below looks for the specific wrapper command running as
# the pid. If it is not found then the pid file is considered to be stale.
- dir=`echo ${WRAPPER_CMD:0:60}`
+ dir=`echo ${WRAPPER_CMD}`
#echo "searching for $dir in command args for PID verification..."
#echo "args for PID: ${pid}:"