Skip to content

Conversation

@devydd
Copy link

@devydd devydd commented Jul 26, 2025

Fixes the "unbounded $1 error" on the first run of the addon.

See: https://www.gnu.org/software/bash/manual/bash.html#Here-Documents

If any part of word is quoted, the delimiter
is the result of quote removal on word, and
the lines in the here-document are not expanded.

Fixes the "unbounded $1 error" on the first run of the addon.

See: https://www.gnu.org/software/bash/manual/bash.html#Here-Documents
> If any part of word is quoted, the delimiter
> is the result of quote removal on word, and
> the lines in the here-document are not expanded.
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