projects
/
dotfiles-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa1a19
)
Fix arrats -> arrays typo in a comment.
author
W. Trevor King
<wking@tremily.us>
Thu, 27 Sep 2012 13:09:15 +0000
(09:09 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 27 Sep 2012 13:09:15 +0000
(09:09 -0400)
dotfiles.sh
patch
|
blob
|
history
diff --git
a/dotfiles.sh
b/dotfiles.sh
index 54ce7a324e3c79c12750dd56155ceb71bed1afd4..b8233828cf44112f8e040e9b1914c284646bd71a 100755
(executable)
--- a/
dotfiles.sh
+++ b/
dotfiles.sh
@@
-130,7
+130,7
@@
function list_files()
done < <(cd "${DIR}" && find .)
}
-# Global variable to allow passing associative arra
t
s between functions
+# Global variable to allow passing associative arra
y
s between functions
if [ "${BASH_MAJOR}" -ge 4 ]; then
declare -A REPO_SOURCE_DATA