build fails with any uppercase char in the source dir
Change-Id: I707a92791adbb60e5491291e89e38f1d57fa97cd
This commit is contained in:
parent
412dd9c19c
commit
b524fb866e
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ ENDHELP
|
|||
$infile = $ARGV[0];
|
||||
$library = $ARGV[1];
|
||||
$outfile = $ARGV[2];
|
||||
$infile =~ tr/[A-Z]/[a-z]/;
|
||||
|
||||
# read script header
|
||||
open( SCRIPT, "<$infile" ) || die "cannot open $infile";
|
||||
|
|
Loading…
Reference in a new issue