aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2007-04-18 22:15:54 +0000
committerTom Yu <tlyu@mit.edu>2007-04-18 22:15:54 +0000
commita4e2123df5ea99ebdd04d74c32e6671c7499a610 (patch)
tree14492ac3b402ac47906ac0c383ce979094baf617 /src
parent70d7692e1dcbdbb23d33786f0eb94c4c88d9ab1a (diff)
downloadkrb5-a4e2123df5ea99ebdd04d74c32e6671c7499a610.zip
krb5-a4e2123df5ea99ebdd04d74c32e6671c7499a610.tar.gz
krb5-a4e2123df5ea99ebdd04d74c32e6671c7499a610.tar.bz2
pull up r19434 from trunk
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
Diffstat (limited to 'src')
-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 eb3b95c..091a6a0 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]) {