From 3d813d58d987714c1be95a7f963df9ba2453bbe7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 15 Sep 2012 15:36:13 +0200 Subject: [PATCH] setup.sh: Rewrap lines. --- setup.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index bedc5bb..d59568f 100755 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,9 @@ . ../lib.sh if installed git; then - generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` + generate m4 gitconfig \ + -DGITIGNORE=`pwd`/gitignore \ + -DOS=`os` link gitconfig ~/.gitconfig fi @@ -30,7 +32,9 @@ if installed tig; then fi if installed hg; then - generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os` + generate m4 hgrc \ + -DHGIGNORE=`pwd`/hgignore \ + -DOS=`os` link hgrc ~/.hgrc fi -- 2.44.1