[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.47, 1.48

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 3 07:07:29 PDT 2009


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

Modified Files:
	shellcommands.pm 
Log Message:
bad tyops

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- shellcommands.pm	30 Jul 2009 07:35:18 -0000	1.47
+++ shellcommands.pm	3 Aug 2009 14:07:27 -0000	1.48
@@ -308,7 +308,7 @@
     stdin_string  => $stdin_string,
   );
 
-  if($self->options('no_queue')) {
+  if($self->option('no_queue')) {
     # discard return value just like freeside-queued.
     eval { ssh_cmd(@ssh_cmd_args) };
     $error = $@;
@@ -387,7 +387,7 @@
     stdin_string  => $stdin_string,
   );
 
-  if($self->options('no_queue')) {
+  if($self->option('no_queue')) {
     # discard return value just like freeside-queued.
     eval { ssh_cmd(@ssh_cmd_args) };
     $error = $@;



More information about the freeside-commits mailing list