diff options
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index ed03f9a0..65325359 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -64,7 +64,7 @@ if [ ! -z "$OLDSTUFF" ] ; then # delete known files cd /var/cache/pbuilder/result/ echo "Attempting file detection..." - for i in $(find . -maxdepth 1 -mtime +1 -type f -basename {} \;) ; do + for i in $(find . -maxdepth 1 -mtime +1 -type f -exec basename {} \;) ; do case $i in stderr|stdout) rm -v $i ;; |