# this makes ABI changes automatically cast dependent spells
if ! spell_ok "$SPELL" || [ "x$VERSION" != "x$(installed_version "$SPELL")" ]
then
  for each in $(show_up_depends $SPELL 1)
  do up_trigger $each check_self
  done
fi
