Skip to content

Commit 8a44fff

Browse files
author
Станислав Косолапов
committed
Fixed linux start script
1 parent 8dc6f0a commit 8a44fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/unixStartScript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ case "`uname`" in
8080
;;
8181
esac
8282

83-
EDT_LOCATION=$(ring edt locations list | sed -n '/./{p;q;}')
83+
EDT_LOCATION=\$(ring edt locations list | sed -n '/./{p;q;}')
8484

85-
CLASSPATH="$classpath;$EDT_LOCATION/plugins/*"
85+
CLASSPATH="$classpath:\$EDT_LOCATION/plugins/*"
8686

8787
# Determine the Java command to use to start the JVM.
8888
if [ -n "\$JAVA_HOME" ] ; then

0 commit comments

Comments
 (0)