Updated SC2039 (markdown)

Mingye Wang
2015-09-18 23:26:42 -04:00
parent c1481c396c
commit d17384db98

@@ -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`.