Commit c19dcd35 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian real-world: silence du warnings

parent 59cce57c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ cleanup_all() {
		echo "unreproducible packages in $RELEASE/amd64: $unreproducible_count: ($percent_unrepro%)"
		echo
		echo
		echo "$(du -sch $SHA1DIR)"
		echo "$(du -sch $SHA1DIR 2>/dev/null)"
		echo
		rm $RESULTS
	fi