about summary refs log tree commit diff stats
path: root/vienna
diff options
context:
space:
mode:
Diffstat (limited to 'vienna')
-rwxr-xr-xvienna1
1 files changed, 1 insertions, 0 deletions
diff --git a/vienna b/vienna index 8ab01ce..f6106ac 100755 --- a/vienna +++ b/vienna
@@ -328,6 +328,7 @@ shellfix() { # shellfix FILE...
328 # shellcheck disable=2016 328 # shellcheck disable=2016
329 sed -E \ 329 sed -E \
330 -e 's/`/\\`/g' \ 330 -e 's/`/\\`/g' \
331 -e 's/\$\$\$/\\&/g' \
331 -e 's/(^|[^\$])\$([^\$]|$)/\1\\$\2/g' \ 332 -e 's/(^|[^\$])\$([^\$]|$)/\1\\$\2/g' \
332 -e 's/\$\$/$/g' \ 333 -e 's/\$\$/$/g' \
333 "$@" 334 "$@"