From 1bf957de08cb1bcd16d66ff81e38f97d34cd0653 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Oct 2014 14:20:41 +0200 Subject: make warning more accurate --- bin/reproducible_housekeeping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_housekeeping.sh index 9117f1b7..acc1be45 100755 --- a/bin/reproducible_housekeeping.sh +++ b/bin/reproducible_housekeeping.sh @@ -49,7 +49,7 @@ fi OLDSTUFF=$(find /var/cache/pbuilder/result/ -mtime +7 -exec ls -lad {} \;) if [ ! -z "$OLDSTUFF" ] ; then echo - echo "Warning: old temp directories found in /var/cache/pbuilder/result/" + echo "Warning: old files or directories found in /var/cache/pbuilder/result/" echo "$OLDSTUFF" echo "Please cleanup manually." echo -- cgit v1.2.3-54-g00ecf