Add configure.fish, a wrapper of configure.sh for fish shell. - #639
Open
jonasschwab wants to merge 3 commits into
Open
Add configure.fish, a wrapper of configure.sh for fish shell.#639jonasschwab wants to merge 3 commits into
jonasschwab wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Fish-shell wrapper around configure.sh so Fish users can set up the ALF build environment by sourcing a Fish script, while still reusing the existing POSIX configure.sh logic.
Changes:
- Introduces
configure.fishto invoke (source)configure.shin a POSIXshsubshell. - Captures the resulting environment and imports
ALF_*variables into the current Fish session.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jonasschwab
force-pushed
the
add-configure-wrapper-for-fish-shell
branch
from
June 9, 2026 13:55
dea9288 to
a8af414
Compare
Member
Author
|
@copilot Please add a check to |
Contributor
Added two guards at the top of
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Fish shell wrapper around
configure.shso Fish users can set up the ALF build environment by sourcing a Fish script, while still reusing the existing POSIXconfigure.shlogic.Changes
configure.fishto invokeconfigure.shin a POSIXshsubshell, using portablemktempfallback for BSD/macOS compatibility.sh -cto correctly handle spaces and special characters.ALF_*variables into the current Fish session.Usage
source configure.fish MACHINE [MODE] [STAB] [options] # or . configure.fish MACHINE [MODE] [STAB] [options]See
configure.shfor the full list ofMACHINE,MODE,STAB, and option values.