From e2682478249161557fb075fecb41862c8f4edb67 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Thu, 15 Oct 2015 08:10:27 +0200 Subject: [PATCH] removed stray trailing spaces --- mobundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobundle b/mobundle index 5c7aa38..f0a6606 100755 --- a/mobundle +++ b/mobundle @@ -122,7 +122,7 @@ if (exists $config{'head-from-paragraph'}) { -verbose => 99, -sections => '' ) if exists($config{head}); - + ($config{head}, $config{body}) = split /\n\s*?\n/, $config{body}, 2; } -- 2.11.4.GIT