From: Rob H. <for...@us...> - 2003-01-31 06:46:14
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv13990/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: oh, duh, this is why spaces in commit msgs work again, I fixed it on bart the other day :) also, Shell now doesn't display the "hostkey accepted" message for DSA as well as RSA keys. Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.38 retrieving revision 1.39 diff -U2 -r1.38 -r1.39 --- cvs.pm 12 Jan 2003 05:30:12 -0000 1.38 +++ cvs.pm 31 Jan 2003 06:46:11 -0000 1.39 @@ -696,5 +696,5 @@ ); - push @param, " -m \"$message\""; + push @param, " -m \'$message\'"; if ($log) { $log->debug("Performing commit operation"); |