Skip to content

Commit

Permalink
Fixed linux start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Косолапов committed Mar 19, 2020
1 parent 8dc6f0a commit 8a44fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/unixStartScript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ case "`uname`" in
;;
esac

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

CLASSPATH="$classpath;$EDT_LOCATION/plugins/*"
CLASSPATH="$classpath:\$EDT_LOCATION/plugins/*"

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

0 comments on commit 8a44fff

Please sign in to comment.