瀏覽代碼

show all files in /lib

Waldemar Brodkorb 2 年之前
父節點
當前提交
8f81d82cab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -1308,7 +1308,7 @@ fi
 EOF
   if [ $static -eq 0 ]; then
 cat >> $file << EOF
-for i in \$(ls /lib/*.so 2>/dev/null|grep -v libgcc);do
+for i in \$(ls /lib/* 2>/dev/null);do
   if [ -x /usr/bin/size ]; then
     size \$i $tee
   else