Skip to content

Commit

Permalink
Oops, didn't mean to hard-code an unrequired .exe suffix, was just fr…
Browse files Browse the repository at this point in the history
…om trying to hunt down the problem. Works fine without it.
  • Loading branch information
jnthn committed Feb 10, 2009
1 parent f202f7f commit 50e135b
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 50e135b

Please sign in to comment.