]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools: cpu-hotplug fix unexpected operator error
authorShuah Khan <shuah.kh@samsung.com>
Thu, 26 Jun 2014 00:42:17 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:17 +0000 (10:42 +1000)
commit0fec4b499e87e170c8237c5ae6d91cb861f2323f
tree476d9cc9c33d3ae17575390fcf2eac72c689e2a5
parentaccde925068a115cece4f6ae0f048251d299a046
tools: cpu-hotplug fix unexpected operator error

on-off-test is a bash script and invoked from /bin/sh
This results in the following error:

./on-off-test.sh: 9: [: !=: unexpected operator

Chang Makefile to use bash instead.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/cpu-hotplug/Makefile