summaryrefslogtreecommitdiffstatshomepage
path: root/bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'bash.md')
-rw-r--r--bash.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash.md b/bash.md
index fbd851c..aba50d5 100644
--- a/bash.md
+++ b/bash.md
@@ -8,5 +8,5 @@ GNU `bash`
* No:
- func "${arr[@]}" # doesn't work with `nounset`
- func "${arr[@]+"${arr[@]}"}" # doesn't work with ('')
+ func "${arr[@]}" # doesn't work with `nounset`
+ func "${arr[@]+"${arr[@]}"}" # doesn't work with ('')