reproducible Debian: maintenance: fixup check for "file very very big in /var/log"
if $() ; then
doesn't really mean anything, as it tries to execute the output of $().
Instead, check for empty output of find (ignoring EPERM).
Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
Loading
Please register or sign in to comment