Skip to content

Commit 6057a76

Browse files
committed
fix: slash
1 parent b1cd649 commit 6057a76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/qtl-reheat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module purge
122122
module use /scigroup/cvmfs/hallb/clas12/sw/modulefiles
123123
module load clas12
124124
module switch coatjava/$coatjava_version
125-
echo "COATJAVA = $COATJAVA"
125+
echo "COATJAVA = \$COATJAVA"
126126
# set env vars
127127
source $TIMELINESRC/libexec/environ.sh
128128
# logger info
@@ -139,8 +139,8 @@ EOF
139139
cat >> $jobScript << EOF
140140
echo "TMP FILE: $tmpFile"
141141
# fix the clock rollover
142-
$COATJAVA/bin/rebuild-scalers -l INFO -c X -o $tmpFile $inputFile -- -Xmx1536m
143-
$COATJAVA/bin/postprocess -l INFO -q 1 -o $outputFile $tmpFile
142+
\$COATJAVA/bin/rebuild-scalers -l INFO -c X -o $tmpFile $inputFile -- -Xmx1536m
143+
\$COATJAVA/bin/postprocess -l INFO -q 1 -o $outputFile $tmpFile
144144
rm -v $tmpFile
145145
EOF
146146

0 commit comments

Comments
 (0)