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

(SH-2048) Use "$@" to prevent whitespace problems #11

Closed
johnsonjh opened this issue Apr 17, 2021 · 2 comments
Closed

(SH-2048) Use "$@" to prevent whitespace problems #11

johnsonjh opened this issue Apr 17, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@johnsonjh
Copy link
Owner

Description

$*, unquoted, is subject to word splitting and globbing. Let's say you have three arguments: baz, foo bar and * - "$@" will expand into exactly that: baz, foo bar and * - $* will expand into multiple other arguments: baz, foo, bar, file.txt and otherfile.jpg It is therefore recommended …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/johnsonjh/sgs-68k/issue/SH-2048/occurrences/

@johnsonjh johnsonjh added the wontfix This will not be worked on label Apr 17, 2021
@johnsonjh
Copy link
Owner Author

Won't fix / legacy / historical

@repo-ranger
Copy link

repo-ranger bot commented Apr 17, 2021

⚠️ This has been marked to be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant