aboutsummaryrefslogtreecommitdiff
path: root/cpufreq/cpufreq_09.sh
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-01-25 18:16:45 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-02-02 13:50:17 -0800
commitadf9df99d4d28e4e82aeb8189d0e9d102ab08103 (patch)
treeee1c5d5c6d8bc98f97cc0caca88c14cb2a20a2dd /cpufreq/cpufreq_09.sh
parentbdd94ec9204151ba845e9c057de92360c63bbffb (diff)
Fix path to library files and change shebang line
'source' is a BASH keyword. Edit the path to the library files by using the POSIX version of the 'source' keyword. Also change the interpreter from #!/bin/bash to #!/bin/sh. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'cpufreq/cpufreq_09.sh')
-rwxr-xr-xcpufreq/cpufreq_09.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpufreq/cpufreq_09.sh b/cpufreq/cpufreq_09.sh
index 62c953d..f502b83 100755
--- a/cpufreq/cpufreq_09.sh
+++ b/cpufreq/cpufreq_09.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# PM-QA validation test suite for the power management on Linux
#
@@ -25,7 +25,7 @@
# URL : https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification#cpufreq_09
-source ../include/functions.sh
+. ../include/functions.sh
CPUBURN=../utils/cpuburn