[Piuparts-commits] rev 359 - piatti/home/piupartsm/bin
Holger Levsen
holger at alioth.debian.org
Sat Apr 18 15:02:36 UTC 2009
Author: holger
Date: 2009-04-18 15:02:36 +0000 (Sat, 18 Apr 2009)
New Revision: 359
Modified:
piatti/home/piupartsm/bin/detect_tmp_cruft
Log:
fix syntax error
Modified: piatti/home/piupartsm/bin/detect_tmp_cruft
===================================================================
--- piatti/home/piupartsm/bin/detect_tmp_cruft 2009-04-18 14:53:41 UTC (rev 358)
+++ piatti/home/piupartsm/bin/detect_tmp_cruft 2009-04-18 15:02:36 UTC (rev 359)
@@ -17,7 +17,7 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
LS_TMP=$(ls --color=never -l /org/piuparts.debian.org/tmp)
-if [ "$(LS_TMP | wc -l)" -gt 12 ] ; then
+if [ "$(echo $LS_TMP | wc -l)" -gt 12 ] ; then
echo "More than ten directories in /org/piuparts.debian.org/tmp detected!"
echo
echo $LS_TMP
More information about the Piuparts-commits
mailing list