pull up r19432 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 18 Apr 2007 22:15:31 +0000 (22:15 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 18 Apr 2007 22:15:31 +0000 (22:15 +0000)
 r19432@cathode-dark-space:  kpkoch | 2007-04-12 12:07:30 -0400
 Target_Version: 1.6.1
 Ticket: 5521
 Tags: pullup

 [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.

ticket: 5521

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19496 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/build/bkw.pl

index ac8259af9b23c6e93736e2eca52ab61a71180d89..7230c29c19c1bbdb024aa1ad2942a0f12a983f16 100644 (file)
@@ -359,7 +359,7 @@ sub main {
         my $svncmd = "svn $rverb ";\r
         if ($rverb =~ /checkout/) {        # Append the rest of the checkout command:\r
             chdir("..");\r
-            $svncmd .= "svn+ssh://".$odr->{USERNAME}->{value}."@".$odr->{SVNURL}->{value}."/krb5/";\r
+            $svncmd .= "svn+ssh://".$odr->{username}->{value}."@".$odr->{SVNURL}->{value}."/krb5/";\r
             if (length $odr->{svntag}->{value} > 0) {\r
                 $svncmd .= "tags/$odr->{svntag}->{value}";\r
                 }\r