Skip to content

Commit bc79fc1

Browse files
committed
fix check
1 parent 5740a93 commit bc79fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ fi
300300

301301
# -- Create aligned geometry using ITS ideal alignment to avoid overlaps in geant
302302
ENABLEPW=0
303-
if [ ${remainingargs} == *"GeometryManagerParam.useParallelWorld=1"* ]; then
303+
if [[ ${remainingargs} == *"GeometryManagerParam.useParallelWorld=1"* ]]; then
304304
ENABLEPW=1
305305
fi
306306

0 commit comments

Comments
 (0)