From 866b218593b152797091da1eb2c25ff42e1d4994 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 29 Jul 2013 19:52:47 +0200 Subject: [PATCH] Admit all the build errors and ugly warnings to everyone on Debian too. --- mock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mock.sh b/mock.sh index df74667..4d05cad 100755 --- a/mock.sh +++ b/mock.sh @@ -336,9 +336,9 @@ if test -n "$was_build"; then cp -rp $DEBREPO_MAIN/$DEBDISTRO results/debian/ else createrepo results - # admit all the build errors and ugly warnings to everyone - chmod a+r $REPORTS/* fi + # admit all the build errors and ugly warnings to everyone + chmod a+r $REPORTS/* fi if test -n "$was_external"; then if test "$CONF" != "pbuilder"; then -- 1.8.2.3