Skip to content

bug-875: ${!foo*} again #876

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

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

bug-875: ${!foo*} again #876

wants to merge 1 commit into from

Conversation

phidebian
Copy link

Fix regression introduced in Commit 4a8072e

src/cmd/ksh93/tests/variables.sh:

  • In varsub(), add a local have_dot=0, during id scan record if we see a dot if so have_dot=1. During M_NAMESCAN loop avoid inserting the id itself if it have_dot.

Fix regression introduced in Commit 4a8072e

src/cmd/ksh93/tests/variables.sh:
- In varsub(), add a local have_dot=0, during id scan record if
  we see a dot if so have_dot=1. During M_NAMESCAN loop avoid inserting
  the id itself if it have_dot.
@phidebian phidebian mentioned this pull request Jun 9, 2025
@phidebian phidebian changed the title bug-875: Phi: bug-875: ${!foo*} again Jun 16, 2025
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