aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorribmo <ribmo@users.noreply.github.com>2014-05-12 22:24:59 +0100
committerMathias Bynens <mathias@qiwi.be>2014-05-13 09:57:37 +0200
commitd6f8b4ec223b33e749a38edf4d76eecb660dca82 (patch)
treed34648fb97177f2bc695441547429cfe88b3bf0a /bootstrap.sh
parent72a05b607eb4c9a49796f752716d686ac39c2d4c (diff)
downloaddotfiles-d6f8b4ec223b33e749a38edf4d76eecb660dca82.tar.gz
dotfiles-d6f8b4ec223b33e749a38edf4d76eecb660dca82.tar.bz2
dotfiles-d6f8b4ec223b33e749a38edf4d76eecb660dca82.zip
bootstrap.sh: Make `rsync` output numbers in a human-readable format
Closes #383.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0e6e5db..b4b8f96 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,7 +3,7 @@ cd "$(dirname "${BASH_SOURCE}")"
git pull origin master
function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
- --exclude "README.md" --exclude "LICENSE-MIT.txt" -av --no-perms . ~
+ --exclude "README.md" --exclude "LICENSE-MIT.txt" -avh --no-perms . ~
source ~/.bash_profile
}
if [ "$1" == "--force" -o "$1" == "-f" ]; then