Commit b3330abf authored by Simon Spannagel's avatar Simon Spannagel
Browse files

make_module: fix bash if spaces

parent 7f687c66
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ if [ ! -z "${MESSAGETYPE}"]; then
  $MODDIR/$MODNAME/${MODNAME}Module.*pp"
else
  command="sed ${opt} \
  -e '/PixelHit/g' \
  -e '/PixelHit/d' \
  $MODDIR/$MODNAME/${MODNAME}Module.*pp"
fi
eval $command