small patch to set $new_finger from Tim Yardley
authorivan <ivan>
Thu, 29 Jun 2006 15:45:57 +0000 (15:45 +0000)
committerivan <ivan>
Thu, 29 Jun 2006 15:45:57 +0000 (15:45 +0000)
FS/FS/part_export/shellcommands.pm

index 646c5ff..e488a52 100644 (file)
@@ -257,7 +257,7 @@ sub _export_replace {
     ${"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;