[freeside-devel] [PATCH]: shellcommands.pm
Ivan Kohler
ivan at 420.am
Thu Jun 29 08:47:46 PDT 2006
Applied to HEAD and FREESIDE_1_5_BRANCH, thanks! I think that's the
first thing on the 1.5 branch since the 1.5.8 release, actually.
--
_ivan
On Thu, Jun 29, 2006 at 10:40:07AM -0500, Tim Yardley wrote:
> 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
More information about the freeside-devel
mailing list