mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2088 (markdown)
@@ -16,7 +16,7 @@ To expand it, the tilde, the optional username, and its following slash should b
|
||||
|
||||
These strings expand:
|
||||
|
||||
~/file # Correct: tilde up to the slash is unquoted (as is everything else)
|
||||
~/file # Correct: tilde up to the slash is unquoted (everything is)
|
||||
~/"$var" # Correct: tilde up to the slash is unquoted
|
||||
~user/"hello world.txt" # Correct: tilde up to the slash is unquoted
|
||||
|
||||
|
Reference in New Issue
Block a user