File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 143
143
144
144
cd \$ {IRSCRUTINIZERHOME}
145
145
146
- # Since the lock directory is sometimes different from /var/lock,
147
- # we prefer the system's rxtx (if existing) over our own,
148
- # which is why we put our own last in the path.
149
- # If it exists but is broken (Fedora 29-30, https://bugzilla.redhat.com/show_bug.cgi?id=1645856 )
150
- # the program just searches the following directories.
151
- exec "${JAVA_PATH} java" -Djava.library.path=/usr/local/lib:/usr/lib64/rxtx:/usr/lib64:/usr/lib/rxtx:/usr/lib:\$ {IRSCRUTINIZERHOME}/Linux-amd64 \
146
+ exec "${JAVA_PATH} java" -Djava.library.path=/usr/local/lib:/usr/lib64:/usr/lib:\$ {IRSCRUTINIZERHOME}/Linux-amd64 \
152
147
${JAVA_QUICKSTART} -jar \$ {IRSCRUTINIZERHOME}/${APPNAME} -jar-with-dependencies.jar "\$ @"
153
148
EOF
154
149
You can’t perform that action at this time.
0 commit comments