[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.42, 1.43

Ivan,,, ivan at wavetail.420.am
Wed Jan 17 15:28:13 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv1719

Modified Files:
	shellcommands.pm 
Log Message:
fix crypted password bug cause by recent fix to not quote things on STDIN, yuck.

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- shellcommands.pm	26 Dec 2006 19:53:48 -0000	1.42
+++ shellcommands.pm	17 Jan 2007 23:28:11 -0000	1.43
@@ -356,7 +356,7 @@
   $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"));
 



More information about the freeside-commits mailing list