summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-06 10:46:17 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-06 10:46:17 +0100
commit1f3630f49a367974ccbc9e12d55b63e8d287dc73 (patch)
tree7fa9558ffdcf2eac6158a3c53f4ef5ed3929128a /bin/reproducible_maintainance.sh
parentb9c092d2d0717764bb374620da96da42add11dc8 (diff)
downloadjenkins.debian.net-1f3630f49a367974ccbc9e12d55b63e8d287dc73.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh2
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
;;