* [LTP] [PATCH v3] Fix shebang in open-posix makefile generator
@ 2019-06-06 8:32 Petr Cervinka
2019-06-06 8:40 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Petr Cervinka @ 2019-06-06 8:32 UTC (permalink / raw)
To: ltp
Signed-off-by: Petr Cervinka <pcervinka@suse.com>
---
Changes v2-v3:
* Sign commit
---
testcases/open_posix_testsuite/scripts/generate-makefiles.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh
index 4666739f5..7b11c98bd 100755
--- a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh
+++ b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh
@@ -186,7 +186,7 @@ EOF
if ! grep -q '^run.sh' "$makefile.3"; then
cat >> "$makefile.3" <<EOF
run.sh:
- @echo '#/bin/sh' > \$@
+ @echo '#!/bin/sh' > \$@
@echo "\$(top_srcdir)/bin/run-tests.sh \$(subdir) \$(INSTALL_TARGETS)" >> \$@
@chmod +x run.sh
--
2.16.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH v3] Fix shebang in open-posix makefile generator
2019-06-06 8:32 [LTP] [PATCH v3] Fix shebang in open-posix makefile generator Petr Cervinka
@ 2019-06-06 8:40 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2019-06-06 8:40 UTC (permalink / raw)
To: ltp
Hi!
Pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-06 8:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 8:32 [LTP] [PATCH v3] Fix shebang in open-posix makefile generator Petr Cervinka
2019-06-06 8:40 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox