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

packages/kata-debug-shell: fix templating #1029

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

msanft
Copy link
Contributor

@msanft msanft commented Nov 25, 2024

bash doesn't perform expansion in variables, thus the * in config_file wasn't expanded correctly (i.e. at all). Go back to the ls -1 approach, which fixes that. Also, don't template the config path into another path, which is redundant and fails, as it's an absolute path already.

bash doesn't perform expansion in variables, thus the `*` in `config_file` wasn't expanded correctly (i.e. at all). Go back to the `ls -1` approach, which fixes that. Also, don't template the config path into another path, which is redundant and fails, as it's an absolute path already.
@msanft msanft added the no changelog PRs not listed in the release notes label Nov 25, 2024
@msanft msanft requested a review from burgerdev November 25, 2024 10:48
@msanft msanft requested a review from katexochen as a code owner November 25, 2024 10:48
@msanft msanft removed the request for review from katexochen November 25, 2024 10:49
@msanft msanft merged commit f6be8f3 into main Nov 25, 2024
13 checks passed
@msanft msanft deleted the msanft/kata-debug-shell-fix branch November 25, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants