summaryrefslogtreecommitdiff
path: root/public/bash-arrays.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/bash-arrays.md')
-rw-r--r--public/bash-arrays.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bash-arrays.md b/public/bash-arrays.md
index 154fbfe..e1290ce 100644
--- a/public/bash-arrays.md
+++ b/public/bash-arrays.md
@@ -395,8 +395,8 @@ Compare that with the array version:
command "${ARGS[@]}"
-What about compatability?
--------------------------
+What about portability?
+-----------------------
Except for the little stubs that call another program with `"$@"` at
the end, trying to write for multiple shells (including the ambiguous