From fe68d7b0f9438acfbc021ebf041c1746f9ebb75f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 12 Jul 2016 14:45:16 +0200 Subject: [PATCH] setup.sh: remove unnecessary line wrap --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.2