aboutsummaryrefslogtreecommitdiff
path: root/cpuhotplug/cpuhotplug_sanity.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cpuhotplug/cpuhotplug_sanity.sh')
-rwxr-xr-xcpuhotplug/cpuhotplug_sanity.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpuhotplug/cpuhotplug_sanity.sh b/cpuhotplug/cpuhotplug_sanity.sh
index 9a9df25..d0d36a3 100755
--- a/cpuhotplug/cpuhotplug_sanity.sh
+++ b/cpuhotplug/cpuhotplug_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