fix for #167
authortipaul <tipaul>
Mon, 20 Jan 2003 13:23:20 +0000 (13:23 +0000)
committertipaul <tipaul>
Mon, 20 Jan 2003 13:23:20 +0000 (13:23 +0000)
misc/buildrelease

index 0881f4d..eaa0ad4 100644 (file)
@@ -75,7 +75,7 @@ kohatmpldir=$kohatmpldir
 # which VERSION are we building ?
 #----------------------------------------------------------
 print "\n\nGuessing at next release version.  You may need to enter your SourceForge password...\n";
-open (CVSLOG, "cvs log buildrelease|");
+open (CVSLOG, "cvs log misc/buildrelease|");
 my $symbolicnamessection=0;
 my $symbolicnames;
 my $highestversion;