diff options
Diffstat (limited to 'meta/classes/rootfs_deb.bbclass')
-rw-r--r-- | meta/classes/rootfs_deb.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index 533eaab4d1..59909d6852 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass | |||
@@ -121,7 +121,7 @@ rootfs_deb_log_check() { | |||
121 | lf_txt="`cat $lf_path`" | 121 | lf_txt="`cat $lf_path`" |
122 | for keyword_die in "E:" | 122 | for keyword_die in "E:" |
123 | do | 123 | do |
124 | if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") &>/dev/null | 124 | if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") >/dev/null 2>&1 |
125 | then | 125 | then |
126 | echo "log_check: There were error messages in the logfile" | 126 | echo "log_check: There were error messages in the logfile" |
127 | echo -e "log_check: Matched keyword: [$keyword_die]\n" | 127 | echo -e "log_check: Matched keyword: [$keyword_die]\n" |