Skip to content

Commit

Permalink
Minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 26, 2011
1 parent eb8f41f commit 391a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dotfiles
Expand Up @@ -96,7 +96,7 @@ function do_stuff() {
# Run _header function only if declared.
[[ $(declare -f "$1_header") ]] && "$1_header"
# Iterate over files.
for file in ${files[@]}; do
for file in "${files[@]}"; do
base="$(basename $file)"
dest="$HOME/$base"
# Run _test function only if declared.
Expand Down

0 comments on commit 391a92a

Please sign in to comment.