Skip to content

Commit 666c980

Browse files
committed
fix: remove last remaining CLASSPATH
1 parent 46f7e48 commit 666c980

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

bin/run-monitoring.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,8 @@ set -u
385385
set -o pipefail
386386
echo "RUN $runnum"
387387
388-
# set classpath
389-
export CLASSPATH=$CLASSPATH
390-
391388
# produce histograms
392-
java \\
393-
$TIMELINE_JAVA_OPTS \\
389+
java $TIMELINE_JAVA_OPTS \\
394390
org.jlab.clas.timeline.histograms.run_histograms \\
395391
$runnum \\
396392
$outputSubDir \\

0 commit comments

Comments
 (0)