From: Simon Ruderich Date: Tue, 12 Jul 2016 12:45:16 +0000 (+0200) Subject: setup.sh: remove unnecessary line wrap X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=fe68d7b0f9438acfbc021ebf041c1746f9ebb75f setup.sh: remove unnecessary line wrap --- diff --git a/setup.sh b/setup.sh index 0f93a8c..bf22f99 100755 --- a/setup.sh +++ b/setup.sh @@ -24,8 +24,7 @@ set -eu if installed git; then - generate gitconfig .in simple_cpp \ - PWD -- "`pwd`" + generate gitconfig .in simple_cpp PWD -- "`pwd`" # Older Git versions don't support push.default = simple. if ! git status >/dev/null 2>&1; then