Remove bashisms in utils_sanity.sh script.
Signed-off-by: Lisa Nguyen lisa.nguyen@linaro.org --- utils/utils_sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/utils_sanity.sh b/utils/utils_sanity.sh index 84f4905..c5bdcd7 100755 --- a/utils/utils_sanity.sh +++ b/utils/utils_sanity.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # PM-QA validation test suite for the power management on Linux # @@ -23,7 +23,7 @@ # - initial API and implementation #
-source ../include/functions.sh +. ../include/functions.sh
is_root if [ $? -ne 0 ]; then