r4577 - packages/tarballs

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Nov 6 16:38:05 UTC 2007


Author: goneri-guest
Date: 2007-11-06 16:38:05 +0000 (Tue, 06 Nov 2007)
New Revision: 4577

Modified:
   packages/tarballs/getsources.sh
Log:
remove the empty .part files


Modified: packages/tarballs/getsources.sh
===================================================================
--- packages/tarballs/getsources.sh	2007-11-06 15:42:16 UTC (rev 4576)
+++ packages/tarballs/getsources.sh	2007-11-06 16:38:05 UTC (rev 4577)
@@ -61,6 +61,7 @@
   fi
   if [ ! -s "$TARBALL" ]; then
       echo "no source found"
+      rm -f "$TARBALL.part"
   fi
 fi
 done




More information about the Pkg-games-commits mailing list