[DebianGIS-dev] CVS Update: scripts dgis-status.pl
frankie at haydn.debian.org
frankie at haydn.debian.org
Sat Mar 11 18:45:56 UTC 2006
User: frankie
Date: 06/03/11 18:45:56
Modified: . dgis-status.pl
Log:
Missing " added...
Revision Changes Path
1.12 +2 -2 scripts/dgis-status.pl
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?annotate=1.12&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl.diff?r1=1.12&r2=1.11&cvsroot=
-----------------------------------
Index: dgis-status.pl
===================================================================
RCS file: /cvsroot/pkg-grass/scripts/dgis-status.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dgis-status.pl 11 Mar 2006 18:33:15 -0000 1.11
+++ dgis-status.pl 11 Mar 2006 18:45:56 -0000 1.12
@@ -69,7 +69,7 @@
unless ($opt_o) { # Skip wget if -o option "only difference"
for my $s ( keys %paths ) {
- unlink $s.$sources if -f $s.$sources;
+ unlink "$s.$sources" if -f "$s.$sources";
for my $i ( 0 .. $#{$paths{$s}} ) {
system ("$wget{$verbose} $s.$sourcesgz $paths{$s}->[$i]/$sourcesgz");
system ("$gunzip{$verbose} -c $s.$sourcesgz >> $s.$sources") if -f "$s.$sourcesgz";
More information about the Pkg-grass-devel
mailing list