Skip to content

Commit 34b2502

Browse files
committed
fix string check
1 parent 6b6f4d1 commit 34b2502

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)