summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_housekeeping.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-19 11:01:52 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-19 11:01:52 +0200
commit1289f1d65cd268f5eecf3b335fd52845073893d4 (patch)
tree6cbaa8f231d878c303e097bf53cac3e56fbaa249 /bin/reproducible_housekeeping.sh
parent273c03b6663bae91ee9088cf12745660e3785c2b (diff)
downloadjenkins.debian.net-1289f1d65cd268f5eecf3b335fd52845073893d4.tar.xz
fix cute denglish typo
Diffstat (limited to 'bin/reproducible_housekeeping.sh')
-rwxr-xr-xbin/reproducible_housekeeping.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_housekeeping.sh
index 18007dcb..99efc280 100755
--- a/bin/reproducible_housekeeping.sh
+++ b/bin/reproducible_housekeeping.sh
@@ -37,7 +37,7 @@ fi
OLDSTUFF=$(find $REP_RESULTS -type d -name "tmp.*" -mtime +7 -exec ls -lad {} \;)
if [ ! -z "$OLDSTUFF" ] ; then
echo
- echo "Warnung: old temp directories found in $REP_RESULTS"
+ echo "Warning: old temp directories found in $REP_RESULTS"
echo "$OLDSTUFF"
echo "Please cleanup manually."
echo
@@ -47,7 +47,7 @@ fi
OLDSTUFF=$(find /var/cache/pbuilder/result/ -mtime +7 -exec ls -lad {} \;)
if [ ! -z "$OLDSTUFF" ] ; then
echo
- echo "Warnung: old temp directories found in /var/cache/pbuilder/result/"
+ echo "Warning: old temp directories found in /var/cache/pbuilder/result/"
echo "$OLDSTUFF"
echo "Please cleanup manually."
echo
@@ -63,7 +63,7 @@ for ZOMBIE in $(pgrep -u 1234 -P 1) ; do
done
if [ -s $RESULT ] ; then
echo
- echo "Warnung: processes found which should not be there:"
+ echo "Warning: processes found which should not be there:"
cat $RESULT
echo
echo "Please cleanup manually."