Remove leading space from testrun.sh

Message ID mvmlg7oad2y.fsf@suse.de
State Committed
Commit 4634128642f47da6542a4b73f8ff770d6b0765e5
Headers

Commit Message

Andreas Schwab Sept. 26, 2018, 8:16 a.m. UTC
  Committed.

	* Makefile ($(common-objpfx)testrun.sh): Remove leading space from
	output.
  

Patch

diff --git a/Makefile b/Makefile
index 3df55e689a..b4703e48fe 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@  endef
 # the current libc build for testing.
 $(common-objpfx)testrun.sh: $(common-objpfx)config.make \
 			    $(..)Makeconfig $(..)Makefile
-	$(file >$@T, $(testrun-script))
+	$(file >$@T,$(testrun-script))
 	chmod a+x $@T
 	mv -f $@T $@
 postclean-generated += testrun.sh