We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CLASSPATH
1 parent 46f7e48 commit 666c980Copy full SHA for 666c980
1 file changed
bin/run-monitoring.sh
@@ -385,12 +385,8 @@ set -u
385
set -o pipefail
386
echo "RUN $runnum"
387
388
-# set classpath
389
-export CLASSPATH=$CLASSPATH
390
-
391
# produce histograms
392
-java \\
393
- $TIMELINE_JAVA_OPTS \\
+java $TIMELINE_JAVA_OPTS \\
394
org.jlab.clas.timeline.histograms.run_histograms \\
395
$runnum \\
396
$outputSubDir \\
0 commit comments