summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:57:13 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:57:13 -0500
commit9b995abc6123a088aa8c5575f46e25f1feae3a94 (patch)
tree7eb662d612b631b188a5030643556e17ee724564
parente12d8a75e10a03ea65b9073320ace4886168a836 (diff)
bash-arrays: call it portability, not compatability
-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