On Wed, Jun 27, 2012 at 10:48 PM, Paul Larson paul.larson@linaro.org wrote:
+#!/bin/bash
I suspect that stuff like this is going to be unfriendly to the androidification work that is going on for pmqa. Hongbo, do all the scripts need to be converted over to run under the minimal shell that android supports?
Agreed.
The scripts themselves don't need wholesale conversions, but we need to ensure that they work in non-bash shells. IOW, we need to use the subset of POSIX that will work on most shells including the busybox shell in the Android LEBs.
Adding Kejun from the Android team who has been looking into this.
/Amit