Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 10, 2009
2 parents e73c623 + 50e135b commit 58d5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -36,7 +36,7 @@

# Get a list of parrot-configs to invoke.
my @parrot_config_exe =
("parrot${slash}parrot_config", "parrot_config", "..${slash}..${slash}parrot_config.exe");
("parrot${slash}parrot_config", "parrot_config", "..${slash}..${slash}parrot_config");
if ($options{'parrot-config'} && $options{'parrot-config'} ne '1') {
@parrot_config_exe = ($options{'parrot-config'});
}
Expand Down

0 comments on commit 58d5f2c

Please sign in to comment.