diff options
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 71b05891a6a1..831022b12848 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile | |||
| @@ -90,7 +90,7 @@ ifdef INSTALL_PATH | |||
| 90 | done; | 90 | done; |
| 91 | 91 | ||
| 92 | @# Ask all targets to emit their test scripts | 92 | @# Ask all targets to emit their test scripts |
| 93 | echo "#!/bin/bash" > $(ALL_SCRIPT) | 93 | echo "#!/bin/sh" > $(ALL_SCRIPT) |
| 94 | echo "cd \$$(dirname \$$0)" >> $(ALL_SCRIPT) | 94 | echo "cd \$$(dirname \$$0)" >> $(ALL_SCRIPT) |
| 95 | echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) | 95 | echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) |
| 96 | 96 | ||
