From 954690a0bb4e867f2e63798681ce821f41d5c3f3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 29 Jul 2014 17:50:19 +0400 Subject: [PATCH] Fix shell syntax error --- configure-sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-sf b/configure-sf index 1b9d61a..39b1bed 100755 --- a/configure-sf +++ b/configure-sf @@ -25,7 +25,7 @@ chmod g+w hooks/post-receive-user && git config hooks.diffopts "--stat --summary --find-copies-harder -p" if [ -n "$maxlines" ]; then - git config hooks.emailmaxlines "$maxlines" && + git config hooks.emailmaxlines "$maxlines" fi && git config hooks.emailprefix "$prefix" && git config hooks.envelopesender noreply@sourceforge.net && -- 2.39.2