From 072b7f101d3aa8dda54c3c68654fb0273673c215 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Sep 2012 09:09:15 -0400 Subject: [PATCH] Fix arrats -> arrays typo in a comment. --- dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles.sh b/dotfiles.sh index 54ce7a3..b823382 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -130,7 +130,7 @@ function list_files() done < <(cd "${DIR}" && find .) } -# Global variable to allow passing associative arrats between functions +# Global variable to allow passing associative arrays between functions if [ "${BASH_MAJOR}" -ge 4 ]; then declare -A REPO_SOURCE_DATA -- 2.26.2