diff options
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 8ad43903..f874558d 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -257,6 +257,7 @@ GOOD_IMAGES=0 ALL_IMAGES=0 create_results_dirs cd $TMPDIR/b1 +tree . for i in * ; do cd $i echo " <table><tr><th>Images for <code>$i</code></th></tr>" >> $DBD_HTML @@ -285,7 +286,6 @@ GOOD_PACKAGES=0 ALL_PACKAGES=0 create_results_dirs cd $TMPDIR/b1 -tree . for i in * ; do cd $i echo " <table><tr><th>Packages for <code>$i</code></th></tr>" >> $DBD_HTML |