Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / tools / testing / selftests / Makefile
index c8edff6..24ebd3e 100644 (file)
@@ -83,7 +83,7 @@ ifdef INSTALL_PATH
        done;
 
        @# Ask all targets to emit their test scripts
-       echo "#!/bin/bash" > $(ALL_SCRIPT)
+       echo "#!/bin/sh" > $(ALL_SCRIPT)
        echo "cd \$$(dirname \$$0)" >> $(ALL_SCRIPT)
        echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)