Browse Source

disable file for default builds

Waldemar Brodkorb 9 years ago
parent
commit
dbe47f9f5b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      embedded-test.sh

+ 3 - 1
embedded-test.sh

@@ -980,7 +980,9 @@ EOF
   # boot test
   if [ $test = "boot" ]; then
 cat >> $file << EOF
-file /bin/busybox $tee
+if [ -x /usr/bin/file ]; then
+  file /bin/busybox $tee
+fi
 if [ -x /usr/bin/size ]; then
   size /bin/busybox $tee
 else