[GH-ISSUE #1843] Change shell script assignments to locals #940

Closed
opened 2026-03-04 01:50:06 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1843

Most of the test shell script functions assign to the global namespace. These should instead annotate their variables as local. A naming collision confused me in #1841.

Originally created by @gaul on GitHub (Jan 7, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1843 Most of the test shell script functions assign to the global namespace. These should instead annotate their variables as `local`. A naming collision confused me in #1841.
kerem closed this issue 2026-03-04 01:50:06 +03:00
Author
Owner

@ggtakec commented on GitHub (Jan 9, 2022):

There is no objection to adding local to local variables.
(I was confused many times, too)
Thanks for your #1844 PR.

<!-- gh-comment-id:1008225245 --> @ggtakec commented on GitHub (Jan 9, 2022): There is no objection to adding `local` to local variables. (I was confused many times, too) Thanks for your #1844 PR.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#940
No description provided.