phase1: kernelversion: add missing LF
authorThibaut VARÈNE <hacks@slashdirt.org>
Wed, 20 Jun 2018 17:05:05 +0000 (19:05 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:08:31 +0000 (22:08 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index 47f66890b673b59390197cc7ee780001fdcad6a1..e00a896a77c51fa2d8240d3a4871afd9b22b4bb5 100644 (file)
@@ -684,7 +684,7 @@ for target in targets:
                name = "kernelversion",
                property = "kernelversion",
                description = "Finding the effective Kernel version",
-               command = "make --no-print-directory -C target/linux/ val.LINUX_VERSION val.LINUX_RELEASE val.LINUX_VERMAGIC | xargs printf '%s-%s-%s'",
+               command = "make --no-print-directory -C target/linux/ val.LINUX_VERSION val.LINUX_RELEASE val.LINUX_VERMAGIC | xargs printf '%s-%s-%s\\n'",
                env = { 'TOPDIR': WithProperties("%(cwd)s/build", cwd=GetCwd) }
        ))