X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=b7e7f7eb6e49ff2585ce465753dea3ae0e8c12f6;hp=74de9af15461c53551d42c0fbabd1cb476de0002;hb=6f4ecf492c297aa6a1f0c2b2652225cd40ce72be;hpb=79670972590a2b34c20a85929b28c3ce7425c55f diff --git a/dgit b/dgit index 74de9af1..b7e7f7eb 100755 --- a/dgit +++ b/dgit @@ -1164,7 +1164,7 @@ sub aptget_aptcache () { return @aptcache, qw(-c), $aptget_configpath; } sub aptget_cache_clean { runcmd_ordryrun_local qw(sh -ec), - 'cd "$1"; pwd; find -atime +30 -type f -print0 | xargs -0r echo rm --', + 'cd "$1"; find -atime +30 -type f -print0 | xargs -0r rm --', 'x', $aptget_base; }