Skip to content

Fix unbound variable #1359

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 2 commits into from
Jan 25, 2024
Merged

Fix unbound variable #1359

merged 2 commits into from
Jan 25, 2024

Conversation

typicode
Copy link
Owner

@typicode typicode commented Jan 25, 2024

Fixes #1358

@typicode typicode merged commit 797dfdf into main Jan 25, 2024
@typicode typicode deleted the fix--unbound-variable branch January 25, 2024 23:32
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
[ "$HUSKY" = "2" ] && set -x
H="$HUSKY"
Copy link
Contributor

Choose a reason for hiding this comment

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

this doesn't fix anything, you still have unbound $HUSKY access. what you should had done is H="${HUSKY:-}" which was actually described in #1358 issue body.

Copy link
Contributor

Choose a reason for hiding this comment

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

feedback is in the pr itself:

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.

HUSKY: unbound variable
2 participants