commit | 4813d2e7361468f06b400dea6706786d8e55dba6 | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuah.kh@samsung.com> | Wed Jun 25 15:31:37 2014 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 11 18:11:18 2014 -0700 |
tree | 854912f1052d9e9e4e5441e2293df45fe65a9ee6 | |
parent | 1db121d6584166a9a8ef4a6c52e23151c764d5b5 [diff] |
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>