diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 14:20:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 14:20:41 +0200 |
commit | 1bf957de08cb1bcd16d66ff81e38f97d34cd0653 (patch) | |
tree | 06f4c87110eb1eedb8ef62e45ae6f714e0d628f0 | |
parent | 8f46c0b3cc03fbfebd494db442140d41584d12b1 (diff) | |
download | jenkins.debian.net-1bf957de08cb1bcd16d66ff81e38f97d34cd0653.tar.xz |
make warning more accurate
-rwxr-xr-x | bin/reproducible_housekeeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |