Skip to content

Fix lazy compilation of standard lib in -resource-dir #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 14, 2022

Conversation

redsun82
Copy link
Contributor

No description provided.

@redsun82 redsun82 requested a review from AlexDenisov December 14, 2022 07:19
@redsun82 redsun82 force-pushed the redsun82/split-patches branch from 0368bab to a4a0e06 Compare December 14, 2022 07:20
for patch_subdir in "$PATCH_DIR"/*; do
(
repo="$(basename "$patch_subdir")"
cd "$repo" || exit 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be followed by cd .. (or whatever the previous directory was)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, because it's in a (...) subshell, so any change of directory is discarded on exit

@redsun82 redsun82 merged commit e32fdd4 into main Dec 14, 2022
@AlexDenisov AlexDenisov deleted the redsun82/split-patches branch December 14, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants