We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc800f commit 60f5255Copy full SHA for 60f5255
doc/styleguide.md
@@ -218,7 +218,7 @@ arr=("${arr[@]/#/"$prefix"}")
218
219
However, this has another problem in bash < 4.3 or when `shopt -s
220
compat42` is turned on. The inner double quotations are treated
221
-literally so that the `PREFIX` instead of ``"PREFIX"` is prefixed to
+literally so that the `PREFIX` instead of `"PREFIX"` is prefixed to
222
elements. To avoid this situation, the outer double quotations might
223
be removed, but this has even another problem of the pathname
224
expansions and `IFS`.
0 commit comments