[From previous commit]
authorKevin Koch <kpkoch@mit.edu>
Thu, 12 Apr 2007 16:07:30 +0000 (16:07 +0000)
committerKevin Koch <kpkoch@mit.edu>
Thu, 12 Apr 2007 16:07:30 +0000 (16:07 +0000)
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

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