(

  if spell_ok libmrproject; then
  dispel libmrproject
  fi                                               &&

  if spell_ok mrproject; then
  dispel mrproject
  fi                                               &&

  default_build

) > $C_FIFO 2>&1
