commit | 8b6ad7c259e327f3403364ef067119646f18dc42 | [log] [tgz] |
---|---|---|
author | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Tue Jul 08 16:35:36 2014 +0200 |
committer | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Tue Jul 08 16:35:36 2014 +0200 |
tree | f57021ce363e54d3d364b7ec8744aa6e792111e1 | |
parent | 0ff32e35088cc5e4131356aab30d752bc2802a77 [diff] [blame] |
misc: add path in checkfile function helps in readability Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
diff --git a/include/functions.sh b/include/functions.sh index dd716ef..417c725 100644 --- a/include/functions.sh +++ b/include/functions.sh
@@ -241,7 +241,7 @@ local file=$1 local dir=$2 - check "'$file' exists" "test -f" $dir/$file + check "'$file' exists in '$dir'" "test -f" $dir/$file } check_cpufreq_files() {