[2918] in Release_Engineering
changelog.pl syntax error
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Aug 13 20:10:30 1992
Date: Thu, 13 Aug 92 20:10:11 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: rel-eng@Athena.MIT.EDU
Didn't Lucien say that this is the script being used right now? I
wonder about that, since there's a syntax error in it.
jik
*** /source/control/src/changelog.pl Fri Aug 7 08:05:53 1992
--- changelog.pl Thu Aug 13 20:09:04 1992
***************
*** 114,120 ****
if ($fullentry =~ /^current\/source/) {
$fullentry =~ s/^current\/source/./;
$fullentry =~ tr/\//\001/;
! print FILES, $fullentry,"\n";
}
}
}
--- 114,120 ----
if ($fullentry =~ /^current\/source/) {
$fullentry =~ s/^current\/source/./;
$fullentry =~ tr/\//\001/;
! print FILES $fullentry,"\n";
}
}
}