[freeside-devel] [PATCH]: shellcommands.pm

Tim Yardley tyardley at pavlovmedia.com
Thu Jun 29 08:40:07 PDT 2006


Ivan;

Here is a trivial patch for FS/part_export/shellcommands.pm (1.5.8
codebase).  I believe this was the intent:

--- shellcommands.pm.orig       2006-06-29 10:33:25.000000000 -0500
+++ shellcommands.pm    2006-06-29 10:33:41.000000000 -0500
@@ -257,7 +257,7 @@
     ${"old_$_"} = $old->getfield($_) foreach $old->fields;
     ${"new_$_"} = $new->getfield($_) foreach $new->fields;
   }
-  $new_finger =~ /^(.*)\s+(\S+)$/ or $finger =~ /^((.*))$/;
+  $new_finger =~ /^(.*)\s+(\S+)$/ or $new_finger =~ /^((.*))$/;
   ($new_first, $new_last ) = ( $1, $2 );
   $new_first = shell_quote $new_first;
   $new_last = shell_quote $new_last;

/tmy

----

Tim Yardley
Vice President of Research and Development
Pavlov Media, Inc.
(217) 353-3005

----

This email and any files transmitted with it are confidential and
proprietary. It is intended solely for the use of the individual or
entity to whom they are addressed. All information is the view of the
individual and not necessarily the company. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution,
or copying of this communication and its attachments is strictly
prohibited. If you have received this email in error please notify
tyardley at pavlovmedia.com. This email has been swept for computer
viruses. 


More information about the freeside-devel mailing list