]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
rootfs_ipk.bbclass: don't try to be clever.
authorRene Wagner <rw@handhelds.org>
Sat, 19 Aug 2006 17:20:00 +0000 (19:20 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 19 Aug 2006 17:20:00 +0000 (19:20 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/classes/rootfs_ipk.bbclass

index 8b8c951a2e89a68cc1e251d949cc44617e247c6c..0f9e14f26b2456e9e34ed228a8986f5737cf391b 100644 (file)
@@ -90,7 +90,7 @@ log_check() {
                then
                        lf_txt="`cat $lf_path`"
                        
-                       for keyword_die in "Cannot find package" "exit 1" ERR Fail
+                       for keyword_die in "Cannot find package" "exit 1" ERR
                        do                              
                                
                                if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") &>/dev/null