diff options
-rw-r--r-- | bash.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ('') |