build fails with any uppercase char in the source dir

Change-Id: I707a92791adbb60e5491291e89e38f1d57fa97cd
This commit is contained in:
Caolán McNamara 2013-04-02 20:26:06 +01:00
parent 412dd9c19c
commit b524fb866e

View file

@ -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";