Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
downcase language
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 19, 2009
1 parent bb7a040 commit b652f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -6,7 +6,7 @@
use 5.008;

my $build_dir = '../..';
my $hll = 'WMLScript';
my $hll = 'wmlscript';
my $cmd = qq{$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=$hll};

print "Running '$cmd' in $build_dir\n";
Expand Down

0 comments on commit b652f57

Please sign in to comment.