phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgroupware/doc cvs_full_checkout.php,1.8,1.9 c


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware/doc cvs_full_checkout.php,1.8,1.9 cvs_full_checkout.pl,1.4,1.5
Date: Thu, 31 Jan 2002 23:17:39 -0500

Update of /cvsroot/phpgroupware/phpgroupware/doc
In directory subversions:/tmp/cvs-serv3908

Modified Files:
        cvs_full_checkout.php cvs_full_checkout.pl 
Log Message:
Tiny fix for .= instead of =

Index: cvs_full_checkout.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/doc/cvs_full_checkout.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** cvs_full_checkout.php       13 Jan 2002 02:34:08 -0000      1.8
--- cvs_full_checkout.php       1 Feb 2002 04:17:37 -0000       1.9
***************
*** 97,101 ****
                $fp = fopen($tmp_dir . '/createrelease.exp','w');
                $contents = "#!/usr/bin/expect -f\n";
!               $contents = "send -- \"export CVS_RSH=ssh\"\n";
                $contents .= "set force_conservative 0\n";
                $contents .= "if {\$force_conservative} {\n";
--- 97,101 ----
                $fp = fopen($tmp_dir . '/createrelease.exp','w');
                $contents = "#!/usr/bin/expect -f\n";
!               $contents .= "send -- \"export CVS_RSH=ssh\"\n";
                $contents .= "set force_conservative 0\n";
                $contents .= "if {\$force_conservative} {\n";

Index: cvs_full_checkout.pl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/doc/cvs_full_checkout.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** cvs_full_checkout.pl        13 Jan 2002 02:34:08 -0000      1.4
--- cvs_full_checkout.pl        1 Feb 2002 04:17:37 -0000       1.5
***************
*** 97,101 ****
                open(FP, ">$tmp_dir/createrelease.exp");
                $contents = "#!/usr/bin/expect -f\n";
!               $contents = "send -- \"export CVS_RSH=ssh\"\n";
                $contents .= "set force_conservative 0\n";
                $contents .= "if {\$force_conservative} {\n";
--- 97,101 ----
                open(FP, ">$tmp_dir/createrelease.exp");
                $contents = "#!/usr/bin/expect -f\n";
!               $contents .= "send -- \"export CVS_RSH=ssh\"\n";
                $contents .= "set force_conservative 0\n";
                $contents .= "if {\$force_conservative} {\n";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]