|
@@ -90,7 +90,7 @@ ifdef INSTALL_PATH
|
|
done;
|
|
done;
|
|
|
|
|
|
@# Ask all targets to emit their test scripts
|
|
@# 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 "cd \$$(dirname \$$0)" >> $(ALL_SCRIPT)
|
|
echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
|
|
echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
|
|
|
|
|