From 2866304888dda7a42d6aaa58eed00806e4f9b278 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 9 Sep 2011 09:27:04 +0300 Subject: Make sure rsync output starts on a new line. --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index fabc394..2583c9c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ git pull read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1 +echo if [[ $REPLY =~ ^[Yy]$ ]]; then rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~ -fi -echo \ No newline at end of file +fi \ No newline at end of file -- cgit v1.2.3