fix crypted password bug cause by recent fix to not quote things on STDIN, yuck.
[freeside.git] / FS / FS / part_export / shellcommands.pm
index 0545b5c..b430334 100644 (file)
@@ -356,7 +356,7 @@ sub _export_replace {
   $new_first = shell_quote $new_first;
   $new_last = shell_quote $new_last;
   $new_finger = shell_quote $new_finger;
-  $new_crypt_password = shell_quote $crypt_password;
+  $new_crypt_password = shell_quote $new_crypt_password;
 
   my $command_string = eval(qq("$command"));