Home
last modified time | relevance | path

Searched hist:"5 e4ff6950352ab2f4b6f18c66c235bfa95c39a2a" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/cpu-hotplug/
H A DMakefilediff 5e4ff6950352ab2f4b6f18c66c235bfa95c39a2a Wed Jun 25 19:43:44 CEST 2014 Shuah Khan <shuah.kh@samsung.com> 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 <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>