From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekn6H-0004Xg-Ff for guix-patches@gnu.org; Sun, 11 Feb 2018 03:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekn6E-0004Li-98 for guix-patches@gnu.org; Sun, 11 Feb 2018 03:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekn6E-0004Kw-55 for guix-patches@gnu.org; Sun, 11 Feb 2018 03:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekn6D-00056p-Tt for guix-patches@gnu.org; Sun, 11 Feb 2018 03:35:01 -0500 Subject: [bug#30420] [PATCH 1/1] union: Wrap collisions with newlines. References: <87o9kw2aeq.fsf@gmail.com> In-Reply-To: <87o9kw2aeq.fsf@gmail.com> Resent-Message-ID: From: Oleg Pykhalov Date: Sun, 11 Feb 2018 11:34:26 +0300 Message-Id: <20180211083426.2999-1-go.wigust@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30420@debbugs.gnu.org * guix/build/union.scm (union-build): Wrap collisions with newlines. --- guix/build/union.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build/union.scm b/guix/build/union.scm index 256123c56..d46b75003 100644 --- a/guix/build/union.scm +++ b/guix/build/union.scm @@ -93,7 +93,7 @@ make sure the caller can modify them later." (cond ((null? dirs) ;; The inputs are all files. (format (current-error-port) - "warning: collision encountered: ~{~a ~}~%" + "~%warning: collision encountered:~%~{~a~%~}" files) (let ((file (first files))) -- 2.15.1