Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qq doesn't interpolate curlies in perl5 by default
psch++
  • Loading branch information
timo committed Feb 28, 2015
1 parent 067570b commit 56af077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -360,7 +360,7 @@ package main;
}

unless (-e $config_file) {
confess("The given config file, $config_file, wasn't found in {getcwd}.");
confess("The given config file, $config_file, wasn't found in " . getcwd . ".");
}

my %conf = %{ Config::File::read_config_file($config_file) };
Expand Down

0 comments on commit 56af077

Please sign in to comment.