koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc buildrelease,1.14,1.15


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/misc buildrelease,1.14,1.15
Date: Tue, 04 Feb 2003 10:19:41 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv1746

Modified Files:
        buildrelease 
Log Message:
Use chdir instead of absolute path


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/misc/buildrelease,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** buildrelease        4 Feb 2003 18:17:43 -0000       1.14
--- buildrelease        4 Feb 2003 18:19:38 -0000       1.15
***************
*** 67,71 ****
  #----------------------------------------------------------
  print "\n\nGuessing at next release version.  You may need to enter your 
SourceForge password...\n";
! open (CVSLOG, "cvs log $kohadir/misc/buildrelease|");
  my $symbolicnamessection=0;
  my $symbolicnames;
--- 67,72 ----
  #----------------------------------------------------------
  print "\n\nGuessing at next release version.  You may need to enter your 
SourceForge password...\n";
! chdir $kohadir;
! open (CVSLOG, "cvs log misc/buildrelease|");
  my $symbolicnamessection=0;
  my $symbolicnames;




reply via email to

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