From: Rob H. <for...@us...> - 2002-06-19 05:39:00
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv5343/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: cool, i think I finally got all the quoting issues worked out. Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -U2 -r1.18 -r1.19 --- cvs.pm 19 Jun 2002 01:19:25 -0000 1.18 +++ cvs.pm 19 Jun 2002 05:38:57 -0000 1.19 @@ -220,5 +220,5 @@ $output = "There must be a commit message.\n"; } else { - push @param, " -m \'$message\'"; + push @param, " -m \"$message\""; $output = $self->shell( 'param' => join('', @param), |