On Sat, Jan 26, 2002 at 11:19:44AM -0600, Craig A. Berry wrote: > At 1:45 AM +0200 1/26/02, Jarkko Hietaniemi wrote: > >On Fri, Jan 25, 2002 at 05:46:50PM -0600, Craig A. Berry wrote: > > > I'm under the impression that double quotes around > > > parameters work everywhere but if that's not true we'll have to special case > >> this further. > > > >t/test.pl has: > > > > if ($is_mswin || $is_netware || $is_vms) { > > $runperl .= qq( -e ") . $args{prog} . qq("); > > } > > else { > > $runperl .= qq( -e ') . $args{prog} . qq('); > > } > > OK, here's a revised patch which I hope will work everywhere: Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack CohenThread Previous