The following commit has been merged in the master branch:
commit d70b18127b602f4cc502e7ed50ccba72f9e66b71
Author: Andreas Tille <[email protected]>
Date: Tue Jul 16 22:28:33 2013 +0200
Silence ls when checking for left over tempfiles and we do not have
permission anyway
diff --git a/misc/machine_readable/fetch-machine-readable
b/misc/machine_readable/fetch-machine-readable
index 19897ca..f905243 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -175,6 +175,6 @@ cd ..
tar -cjf $MACHINEREADABLEARCHIVE $TDNAME
# Check for remaining tempfiles
-if ls -l /tmp/tmp.* | grep `whoami` > /dev/null ; then
+if ls -l /tmp/tmp.* 2>/dev/null | grep `whoami` > /dev/null ; then
echo "There are tempfiles remaining!\n" | mailx -s "$0 has left some
remaining files in /tmp" [email protected]
fi
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit