summaryrefslogtreecommitdiffstats
path: root/src/windows/build
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-04-12 16:07:30 +0000
committerKevin Koch <kpkoch@mit.edu>2007-04-12 16:07:30 +0000
commit659fcb7e304fa0dce50563ef53120cae1232af53 (patch)
tree4944867a78f63348192a67eb51f79fedc35ad89d /src/windows/build
parent334006cae563bc507a001a9fca9319bfc305d304 (diff)
downloadkrb5-659fcb7e304fa0dce50563ef53120cae1232af53.tar.gz
krb5-659fcb7e304fa0dce50563ef53120cae1232af53.tar.xz
krb5-659fcb7e304fa0dce50563ef53120cae1232af53.zip
[From previous commit]
Make case of username in config.xml and presence test match what's passed to GETOPTS! Update doc for new config structure in config xml. For case of username in one more place. Target_Version: 1.6.1 Ticket: 5521 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19432 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build')
-rw-r--r--src/windows/build/bkw.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/build/bkw.pl b/src/windows/build/bkw.pl
index ac8259af9..7230c29c1 100644
--- a/src/windows/build/bkw.pl
+++ b/src/windows/build/bkw.pl
@@ -359,7 +359,7 @@ sub main {
my $svncmd = "svn $rverb ";
if ($rverb =~ /checkout/) { # Append the rest of the checkout command:
chdir("..");
- $svncmd .= "svn+ssh://".$odr->{USERNAME}->{value}."@".$odr->{SVNURL}->{value}."/krb5/";
+ $svncmd .= "svn+ssh://".$odr->{username}->{value}."@".$odr->{SVNURL}->{value}."/krb5/";
if (length $odr->{svntag}->{value} > 0) {
$svncmd .= "tags/$odr->{svntag}->{value}";
}