[freeside-commits] freeside/FS/FS/part_export grandstream.pm, 1.1.2.1, 1.1.2.2

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Feb 11 15:15:41 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv31196

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	grandstream.pm 
Log Message:
fix quoting

Index: grandstream.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/grandstream.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- grandstream.pm	8 Feb 2010 15:32:37 -0000	1.1.2.1
+++ grandstream.pm	11 Feb 2010 23:15:39 -0000	1.1.2.2
@@ -121,7 +121,7 @@
   ssh_cmd( user => $self->option('user'),
            host => $self->machine,
            command => 'rm',
-           args    => [ '-f', $self->option(tftproot). "/cfg$mac" ],
+           args    => [ '-f', $self->option('tftproot'). "/cfg$mac" ],
          );
   '';
 



More information about the freeside-commits mailing list