]> git.e2factory.org Git - e2factory.git/commitdiff
git: fix spaces in warning message
authorTobias Ulmer <tu@emlix.com>
Tue, 7 May 2019 16:50:12 +0000 (18:50 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 7 May 2019 16:50:12 +0000 (18:50 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
plugins/git.lua

index 97a73f2d9e02458608e0c843ec5885405309e56b..d501a0a98c9188a2026e437bb6ea43c4a247e319 100644 (file)
@@ -248,7 +248,7 @@ function git.git_source:git_commit_id(sourceset, check_remote)
             -- allow building with an improper git workingcopy setup to ease
             -- development, but complain about it loudly.
             e2lib.warnf("WOTHER", "please fix: %s",
-                e:cat(re):tostring():gsub('\n', ''))
+                e:cat(re):tostring():gsub('\n', ' '))
         end
     end