# | Line 12 | Line 12 | use Carp; | |
---|---|---|
12 | sub checkfile { | |
13 | my $filename=shift; | |
14 | my $thisfile=""; | |
15 | < | $thifile=$ENV{LOCALTOP}."/".$filename; |
15 | > | $thisfile=$ENV{LOCALTOP}."/".$filename; |
16 | return $thisfile, if ( -e $thisfile ); | |
17 | < | $thifile=$ENV{RELEASETOP}."/".$filename; |
17 | > | $thisfile=$ENV{RELEASETOP}."/".$filename; |
18 | return $thisfile, if ( -e $thisfile ); | |
19 | return ""; | |
20 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |