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.8.2


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** cvs_full_checkout.php       13 Jan 2002 02:34:08 -0000      1.8
--- cvs_full_checkout.php       1 Feb 2002 04:19:35 -0000       1.8.2.1
***************
*** 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.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** cvs_full_checkout.pl        13 Jan 2002 02:34:08 -0000      1.4
--- cvs_full_checkout.pl        1 Feb 2002 04:19:35 -0000       1.4.2.1
***************
*** 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]