default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ $ULIMITS_PATCH == y ]]; then
  patch -p0 < "$SPELL_DIRECTORY/ulimits.patch"
fi
