Searched hist:"5 e4ff695" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/cpu-hotplug/ |
H A D | Makefile | 5e4ff695 Wed Jun 25 12:43:44 CDT 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> 5e4ff695 Wed Jun 25 12:43:44 CDT 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>
|