diff options
-rwxr-xr-x | bin/reproducible_lede.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 712b488c..3c4d77e9 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -138,7 +138,7 @@ GOOD_PERCENT_IMAGES=$(echo "scale=1 ; ($GOOD_IMAGES*100/$ALL_IMAGES)" | bc) # run diffoscope on the packages GOOD_PACKAGES=0 ALL_PACKAGES=0 -create_results_dirs +create_results_dirs lede cd $TMPDIR/b1 for i in * ; do cd $i diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 3e523aaa..3f37ea29 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -138,7 +138,7 @@ GOOD_PERCENT_IMAGES=$(echo "scale=1 ; ($GOOD_IMAGES*100/$ALL_IMAGES)" | bc) # run diffoscope on the packages GOOD_PACKAGES=0 ALL_PACKAGES=0 -create_results_dirs +create_results_dirs openwrt cd $TMPDIR/b1 for i in * ; do cd $i |