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

$LINENO not counted correctly with alias? #280

Closed
magicant opened this issue Jul 20, 2023 · 0 comments
Closed

$LINENO not counted correctly with alias? #280

magicant opened this issue Jul 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@magicant
Copy link
Owner

This script should show 2 3 3 4 4, but actually shows 2 3 4 4 5.

alias e='echo $LINENO'
e \
$LINENO $LINENO \
$LINENO $LINENO
@magicant magicant added the bug Something isn't working label Jul 20, 2023
@magicant magicant added this to the POSIX 2018 scripting milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant