Patch rtems-rc-20000731-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

that is a cosmetic patch to ampolish.
This commit is contained in:
Joel Sherrill
2000-08-01 14:16:16 +00:00
parent 8353969815
commit cadbf44ae3

View File

@@ -350,7 +350,7 @@ foreach( @vars )
exit 0;
# find a relative up-path to a file $file, starting at directory $pre
sub find_file
sub find_file($$)
{
my $pre = $_[0] ;
my $file= $_[1] ;