mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2039 (markdown)
@@ -36,7 +36,7 @@ POSIX:
|
|||||||
. gettext.sh # GNU Gettext sh library
|
. gettext.sh # GNU Gettext sh library
|
||||||
# ...
|
# ...
|
||||||
barout=$(bar)
|
barout=$(bar)
|
||||||
eval_gettext 'foo $barout baz' # GNU Gettext automatically echos. See their doc for more info.
|
eval_gettext 'foo $barout baz' # See GNU Gettext doc for more info.
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can change them to normal double quotes so you go without `gettext`.
|
Or you can change them to normal double quotes so you go without `gettext`.
|
||||||
|
Reference in New Issue
Block a user