diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/windows/build/BKWconfig.xml | 2 | ||||
| -rw-r--r-- | src/windows/build/bkw-automation.html | 10 | ||||
| -rw-r--r-- | src/windows/build/bkw.pl | 4 |
3 files changed, 5 insertions, 11 deletions
diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml index 31294ea66..654396685 100644 --- a/src/windows/build/BKWconfig.xml +++ b/src/windows/build/BKWconfig.xml @@ -41,7 +41,7 @@ <svnbranch def="0" value="" />
<CVSROOT def="A" value=":kserver:cvs.mit.edu:/cvs/pismere" />
<SVNURL def="A" value="svn.mit.edu" /> <!-- NB: No protocol or slashes!! -->
- <USERNAME def="0" value="" /> <!-- Needed for svn/plink. Override from command line -->
+ <username def="0" value="" /> <!-- Needed for svn/plink. Override from command line -->
<!-- Environment variables: -->>
<KH_RELEASE def="1" env="1" value="OFFICIAL" options="OFFICIAL PRERELEASE PRIVATE" />
diff --git a/src/windows/build/bkw-automation.html b/src/windows/build/bkw-automation.html index d463df3a6..c6ebd1e28 100644 --- a/src/windows/build/bkw-automation.html +++ b/src/windows/build/bkw-automation.html @@ -306,18 +306,12 @@ Default is bkw.pl.log. <BR> </TR>
<TR>
<TD width="23"></TD>
- <TD colSpan="3"><FONT face="courier"><CommandLine></FONT></TD>
+ <TD colSpan="3"><FONT face="courier"><Config></FONT></TD>
</TR>
<TR>
<TD width="23"></TD>
<TD width="20"></TD>
- <TD colSpan="2"><FONT face="courier"><Directories></FONT></TD>
- </TR>
- <TR>
- <TD width="23"></TD>
- <TD width="20"></TD>
- <TD width="22"></TD>
- <TD><FONT face="courier"><src path ="<FONT color="#000099">C:\bkw"</FONT> /></FONT>
+ <TD><FONT face="courier"><src value ="<FONT color="#000099">C:\bkw"</FONT> /></FONT>
</TD>
</TR>
</TABLE>
diff --git a/src/windows/build/bkw.pl b/src/windows/build/bkw.pl index ea7c192ac..ac8259af9 100644 --- a/src/windows/build/bkw.pl +++ b/src/windows/build/bkw.pl @@ -270,8 +270,8 @@ sub main { if (! ($rverb =~ /skip/)) {
local $len = 0;
- if (exists $odr->{USERNAME}->{value}) {
- $len = length $odr->{USERNAME}->{value};
+ if (exists $odr->{username}->{value}) {
+ $len = length $odr->{username}->{value};
}
if ($len < 1) {
die "Fatal -- you won't get far accessing the repository without specifying a username.";
|
