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

 Locate unixfind correctly in $config, again.

ticket: 5521

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

src/windows/build/pruneFiles.pl

index eb3b95cf0fa9955af602fa77a7497ace309f19ad..091a6a090a465526381295d416b0f8f5309f9214 100644 (file)
@@ -10,7 +10,7 @@ sub pruneFiles {
     \r
     # Use Unix find instead of Windows find.  Save PATH so we can restore it when we're done:\r
     local $savedPATH    = $ENV{PATH};\r
-    $ENV{PATH}          = $config->{Config}->{unixfind}->{path}.";".$savedPATH;\r
+    $ENV{PATH}          = $config->{Config}->{unixfind}->{value}.";".$savedPATH;\r
     local $j=0;\r
     print "Info -- Processing prunes in ".`cd`."\n"     if ($verbose);\r
     while ($prunes->{Prune}->[$j]) {\r