mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2089 (markdown)
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### Problematic code:
|
### Problematic code:
|
||||||
|
|
||||||
args="-lh "My File.txt"'
|
args='-lh "My File.txt"'
|
||||||
ls $args
|
ls $args
|
||||||
|
|
||||||
### Correct code:
|
### Correct code:
|
||||||
|
Reference in New Issue
Block a user