summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r--meta/classes/populate_sdk_base.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index dd3cac5d69..563582e0a0 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -246,8 +246,7 @@ populate_sdk_log_check() {
246 246
247 echo "log_check: Using $lf_path as logfile" 247 echo "log_check: Using $lf_path as logfile"
248 248
249 if test -e "$lf_path" 249 if [ -e "$lf_path" ]; then
250 then
251 ${IMAGE_PKGTYPE}_log_check $target $lf_path 250 ${IMAGE_PKGTYPE}_log_check $target $lf_path
252 else 251 else
253 echo "Cannot find logfile [$lf_path]" 252 echo "Cannot find logfile [$lf_path]"