fix display of error msg
parent
3182cc6710
commit
5b7677faba
|
@ -250,7 +250,7 @@ sub refresh () { #{{{
|
|||
my $test=$config{srcdir};
|
||||
while (length $test) {
|
||||
if (-l $test && ! $config{allow_symlinks_before_srcdir}) {
|
||||
error(sprintf(gettext("symlink found in srcdir path (%s) -- set allow_symlinks_before_srcdir to allow this")), $test);
|
||||
error(sprintf(gettext("symlink found in srcdir path (%s) -- set allow_symlinks_before_srcdir to allow this"), $test));
|
||||
}
|
||||
unless ($test=~s/\/+$//) {
|
||||
$test=dirname($test);
|
||||
|
|
Loading…
Reference in New Issue