From: Kevin Koch Date: Thu, 12 Apr 2007 16:07:30 +0000 (+0000) Subject: [From previous commit] X-Git-Tag: krb5-1.7-alpha1~1162 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=659fcb7e304fa0dce50563ef53120cae1232af53;p=krb5.git [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 --- 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}"; }