[PR #10211] Avoid shell expansion issues #12377

Closed
opened 2026-02-07 06:54:47 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10211

State: closed
Merged: Yes


Changes
Per https://www.shellcheck.net/wiki/SC2068:

Double quotes around $@ (and similarly, ${array[@]}) prevents globbing and word splitting of individual elements, while still expanding to multiple separate arguments.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10211 **State:** closed **Merged:** Yes --- **Changes** Per https://www.shellcheck.net/wiki/SC2068: Double quotes around $@ (and similarly, ${array[@]}) prevents globbing and word splitting of individual elements, while still expanding to multiple separate arguments.
OVERLORD added the pull-request label 2026-02-07 06:54:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12377