patch merged. Thanks for the ack, Sanjay.
On 4 September 2014 23:34, Sanjay Singh Rawat <sanjay.ra...@linaro.org> wrote: > > On Friday 05 September 2014 11:54 AM, Lisa Nguyen wrote: >> >> Resolve the "ls: Unknown option '-1'" error in the Android shell >> by removing -1v option from ls command used to find number of >> cpus on a platform. >> >> Reported-by: Naresh Kamboju <naresh.kamb...@linaro.org> >> Signed-off-by: Lisa Nguyen <lisa.ngu...@linaro.org> >> --- >> include/functions.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/functions.sh b/include/functions.sh >> index 7a113b6..74b2294 100644 >> --- a/include/functions.sh >> +++ b/include/functions.sh >> @@ -30,7 +30,7 @@ TEST_NAME=$(basename ${0%.sh}) >> PREFIX=$TEST_NAME >> INC=0 >> CPU= >> -cpus=$(ls -1v $CPU_PATH | grep "cpu[0-9].*") >> +cpus=$(ls $CPU_PATH | grep "cpu[0-9].*") >> pass_count=0 >> fail_count=0 >> skip_count=0 > > Acked-by: Sanjay Singh Rawat<sanjay.ra...@linaro.org> > > -- > sanjay > -- Lisa Nguyen, Power Management Working Group Linaro.org │ Open source software for ARM SoCs | irc: lisatn | lisa.ngu...@linaro.org _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev