From 9b995abc6123a088aa8c5575f46e25f1feae3a94 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 Jan 2014 22:57:13 -0500 Subject: bash-arrays: call it portability, not compatability --- public/bash-arrays.md | 4 ++-- 1 file 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 -- cgit v1.2.3