Locate unixfind correctly in $config
authorKevin Koch <kpkoch@mit.edu>
Thu, 12 Apr 2007 16:30:03 +0000 (16:30 +0000)
committerKevin Koch <kpkoch@mit.edu>
Thu, 12 Apr 2007 16:30:03 +0000 (16:30 +0000)
Target_Version: 1.6.1
Ticket: 5521
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19433 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/build/pruneFiles.pl

index a62da536e8f16e2a57c2549d2f49f650208b8d8b..eb3b95cf0fa9955af602fa77a7497ace309f19ad 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}->{Directories}->{unixfind}->{path}.";".$savedPATH;\r
+    $ENV{PATH}          = $config->{Config}->{unixfind}->{path}.";".$savedPATH;\r
     local $j=0;\r
     print "Info -- Processing prunes in ".`cd`."\n"     if ($verbose);\r
     while ($prunes->{Prune}->[$j]) {\r