[Blends-commit] [SCM] website branch, master, updated. 9f51e16142d070b3b356ccca3cefb8ae029a93e9
Andreas Tille
tille at debian.org
Thu Nov 22 08:08:29 UTC 2012
The following commit has been merged in the master branch:
commit 9f51e16142d070b3b356ccca3cefb8ae029a93e9
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 22 09:08:09 2012 +0100
Fix warning about left over files in /tmp
diff --git a/misc/machine_readable/fetch-machine-readable b/misc/machine_readable/fetch-machine-readable
index 94e5ec6..4feffc7 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -165,5 +165,5 @@ tar -cjf $MACHINEREADABLEARCHIVE $TDNAME
# Check for remaining tempfiles
if ls -l /tmp/tmp.* | grep `whoami` > /dev/null ; then
- echo "There are tempfiles remaining!\n" `ls -l /tmp/tmp.* | grep `whoami` | sed 's/^.* //'` | mailx -s "$0 has left some remaining files" tille at debian.org
+ echo "There are tempfiles remaining!\n" | mailx -s "$0 has left some remaining files in /tmp" tille at debian.org
fi
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list