summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 87305712..f9f3db58 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -16,9 +16,11 @@ abort_if_bug_is_still_open() {
# if the bug is not done (by some email address containing a @)
if [ -z "$(grep "@" $TMPFILE)" ] ; then
rm $TMPFILE
+ echo
+ echo
echo "########################################################################"
echo "# #"
- echo "# https://bugs.debian.org/$1 is still open, aborting this job. #"
+ echo "# https://bugs.debian.org/$1 is still open, aborting this job. #"
echo "# #"
echo "########################################################################"
echo