summaryrefslogtreecommitdiffstats
path: root/src/windows/build
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-04-12 17:28:36 +0000
committerKevin Koch <kpkoch@mit.edu>2007-04-12 17:28:36 +0000
commit927f1754d4d21c606b618b0ffabd819cc1ce453e (patch)
tree61fc4c12d8703eac7ad585c1a654bfbe36b5a33d /src/windows/build
parent383eba905357af35962c37d2db71bb3c93a5666c (diff)
downloadkrb5-927f1754d4d21c606b618b0ffabd819cc1ce453e.tar.gz
krb5-927f1754d4d21c606b618b0ffabd819cc1ce453e.tar.xz
krb5-927f1754d4d21c606b618b0ffabd819cc1ce453e.zip
Locate unixfind correctly in $config, again
Target_Version: 1.6.1 Ticket: 5521 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19434 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build')
-rw-r--r--src/windows/build/pruneFiles.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/build/pruneFiles.pl b/src/windows/build/pruneFiles.pl
index eb3b95cf0f..091a6a090a 100644
--- a/src/windows/build/pruneFiles.pl
+++ b/src/windows/build/pruneFiles.pl
@@ -10,7 +10,7 @@ sub pruneFiles {
# Use Unix find instead of Windows find. Save PATH so we can restore it when we're done:
local $savedPATH = $ENV{PATH};
- $ENV{PATH} = $config->{Config}->{unixfind}->{path}.";".$savedPATH;
+ $ENV{PATH} = $config->{Config}->{unixfind}->{value}.";".$savedPATH;
local $j=0;
print "Info -- Processing prunes in ".`cd`."\n" if ($verbose);
while ($prunes->{Prune}->[$j]) {