Comment 5 for bug 1097213

Revision history for this message
Alexander Sack (asac) wrote : Re: switcher_off_hotplug_cpu.sh failed on IKS kernel

Instead of the while with array business i propose this:

asac@thinki:/tmp/linaro-android-build-tools$ list=`shuf -i 2-4 -n 3`
asac@thinki:/tmp/linaro-android-build-tools$ FIRST=`echo $list | awk '{ print $1 }'`
asac@thinki:/tmp/linaro-android-build-tools$ SECOND=`echo $list | awk '{ print $2 }'`
asac@thinki:/tmp/linaro-android-build-tools$ THIRD=`echo $list | awk '{ print $3 }'`