From b524fb866e905c44f309c222ba1f44dad6375611 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Apr 2013 20:26:06 +0100 Subject: build fails with any uppercase char in the source dir Change-Id: I707a92791adbb60e5491291e89e38f1d57fa97cd --- setup_native/scripts/install_create.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'setup_native') diff --git a/setup_native/scripts/install_create.pl b/setup_native/scripts/install_create.pl index 57fcc533abc2..c7659c40e31b 100644 --- a/setup_native/scripts/install_create.pl +++ b/setup_native/scripts/install_create.pl @@ -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"; -- cgit