Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Nov 13, 2024
1 parent d347a9b commit 8ebda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.lic
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ end
scripts_to_run = args.flex || []
echo scripts_to_run.to_s if UserVars.bootstrap_debug

if (scripts_to_run & DRINFOMON_CORE_LICH_DEFINES).any? && DRINFOMON_IN_CORE_LICH
if (scripts_to_run & DRINFOMON_CORE_LICH_DEFINES).any?
scripts_to_run -= DRINFOMON_CORE_LICH_DEFINES
echo("Removing core_lich_defines from scripts_to_run") if UserVars.bootstrap_debug
echo("Removing core lich defines from scripts_to_run") if UserVars.bootstrap_debug
end

until scripts_to_run.empty?
Expand Down

0 comments on commit 8ebda13

Please sign in to comment.