From a4e2123df5ea99ebdd04d74c32e6671c7499a610 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 18 Apr 2007 22:15:54 +0000 Subject: [PATCH] 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 --- src/windows/build/pruneFiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/build/pruneFiles.pl b/src/windows/build/pruneFiles.pl index eb3b95cf0..091a6a090 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]) { -- 2.26.2