mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated SC2039 (markdown)
@@ -134,7 +134,7 @@ printf '%q ' "$@"
|
||||
POSIX:
|
||||
|
||||
```sh
|
||||
# TODO: possibly interpret it back to printf escapes for hard-to-copy chars like \t
|
||||
# TODO: Interpret it back to printf escapes for hard-to-copy chars like \t?
|
||||
reuse_quote()(
|
||||
for i; do echo -n \'; echo -n "$i" | sed -e "s/'/'\\\\''/g"; echo -n "' "; done
|
||||
)
|
||||
|
Reference in New Issue
Block a user