r1800 - packages/trunk/vdrift/debian/tools

Gonéri Le Bouder goneri-guest at costa.debian.org
Sat Oct 7 10:22:23 UTC 2006


Author: goneri-guest
Date: 2006-10-07 10:22:22 +0000 (Sat, 07 Oct 2006)
New Revision: 1800

Modified:
   packages/trunk/vdrift/debian/tools/make-vdrift-install-files.pl
Log:
die if paramters are invalid


Modified: packages/trunk/vdrift/debian/tools/make-vdrift-install-files.pl
===================================================================
--- packages/trunk/vdrift/debian/tools/make-vdrift-install-files.pl	2006-10-07 09:58:07 UTC (rev 1799)
+++ packages/trunk/vdrift/debian/tools/make-vdrift-install-files.pl	2006-10-07 10:22:22 UTC (rev 1800)
@@ -30,6 +30,7 @@
 
 if (!( -f $minimal && -f $full)) {
   print "Usage: make-vdrift-install-files.pl minimal.tar.bz2 full.tar.bz2\n";
+  die;
 }
 
 




More information about the Pkg-games-commits mailing list