Kaydet (Commit) b524fb86 authored tarafından Caolán McNamara's avatar Caolán McNamara

build fails with any uppercase char in the source dir

Change-Id: I707a92791adbb60e5491291e89e38f1d57fa97cd
üst 412dd9c1
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment