Skip to content
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

Allow runtime override of dependencies while also simplifying coding with alias #348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alerque
Copy link
Collaborator

@alerque alerque commented Aug 20, 2024

No description provided.

@alerque alerque force-pushed the refactor-shell-dependencies branch from 647868e to 72bd207 Compare August 20, 2024 20:37
@@ -705,7 +713,7 @@ elif [ -n "$2" ]; then
GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR
[ -d "$GIT_DIR" ] || { help; exit 1; }
shift 1
set -- "@GIT@" "$@"
set -- "git" "$@"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I need to test how shells actually handle this, but this one may need to be

Suggested change
set -- "git" "$@"
set -- "$GIT" "$@"

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.

1 participant