You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:14 UTC

[jmeter] 10/47: Oops - over-zealous replacement...

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to annotated tag v2_3
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 3909254b8ee4be87f8fd67fddb503258f1d35f51
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Wed Sep 19 09:08:36 2007 +0000

    Oops - over-zealous replacement...
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@577212 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: 7bd32042113b25e43f396361d2bd5ff03572d7ca
---
 bin/jmeter-server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/jmeter-server b/bin/jmeter-server
index cc58b66..f0886a2 100755
--- a/bin/jmeter-server
+++ b/bin/jmeter-server
@@ -20,7 +20,7 @@
 ##   SERVER_PORT=1234 jmeter-server
 ##
 
-DIRNAME=${DIRNAME}
+DIRNAME=`dirname $0`
 CLASSPATH=${DIRNAME}/../lib/ext/ApacheJMeter_core.jar:${DIRNAME}/../lib/jorphan.jar:${DIRNAME}/../lib/logkit-1.2.jar rmiregistry $SERVER_PORT &
 # stop rmiregistry on interrupt 
 trap "kill $!" 2