You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- prevent potential unwanted word splitting or globbing
- "When in doubt, always double-quote your parameter expansions."
-- http://mywiki.wooledge.org/Quotes
- detected the issue using ShellCheck, a bash static analysis tool
(http://www.shellcheck.net/)
0 commit comments