]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools: memory-hotplug fix unexpected operator error
authorShuah Khan <shuah.kh@samsung.com>
Thu, 26 Jun 2014 00:42:18 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:18 +0000 (10:42 +1000)
commit1b983efaff7ad47a824bfad4afae5d98f7d0744c
treebda8f568942a3392d94fede33c38acdcade15602
parent0fec4b499e87e170c8237c5ae6d91cb861f2323f
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

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/memory-hotplug/Makefile