]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools: memory-hotplug fix unexpected operator error
authorShuah Khan <shuah.kh@samsung.com>
Wed, 25 Jun 2014 21:31:37 +0000 (15:31 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 01:11:18 +0000 (18:11 -0700)
commit4813d2e7361468f06b400dea6706786d8e55dba6
tree854912f1052d9e9e4e5441e2293df45fe65a9ee6
parent1db121d6584166a9a8ef4a6c52e23151c764d5b5
tools: memory-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>
tools/testing/selftests/memory-hotplug/Makefile