summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/shellcommands.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-06-29 15:45:57 +0000
committerivan <ivan>2006-06-29 15:45:57 +0000
commitfffb8cbfac6c7f2eea302691fcf4c09180128e3d (patch)
tree4531e6b171367f199d39920cf173f8217e6b9a87 /FS/FS/part_export/shellcommands.pm
parentdaaad950e1a8314eddf59a1c7d1b77c355362dc0 (diff)
small patch to set $new_finger from Tim Yardley
Diffstat (limited to 'FS/FS/part_export/shellcommands.pm')
-rw-r--r--FS/FS/part_export/shellcommands.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm
index 646c5ff..e488a52 100644
--- a/FS/FS/part_export/shellcommands.pm
+++ b/FS/FS/part_export/shellcommands.pm
@@ -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;