From: Shuah Khan Date: Wed, 25 Jun 2014 17:43:44 +0000 (-0600) Subject: tools: cpu-hotplug fix unexpected operator error X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4ff6950352ab2f4b6f18c66c235bfa95c39a2a;p=pandora-kernel.git 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 Changed Makefile to use bash instead. Signed-off-by: Shuah Khan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed