1
0
mirror of synced 2026-04-15 15:49:48 +00:00

Avoid single quotes in here data to avoid syntax hilighting issues

This commit is contained in:
Axel Beckert
2010-04-09 10:35:45 +02:00
parent ac4ebe6246
commit e613f2088c

View File

@@ -1590,12 +1590,12 @@ sub checkArguments
{
my $err = <<E_OR;
We're trying to configure an installation of $CONFIG{'dist'} in
We are trying to configure an installation of $CONFIG{'dist'} in
$CONFIG{'dir'} - but there is no hook directory for us to use.
This means we don't know how to configure this installation.
This means we do not know how to configure this installation.
We'd expect the hook directory to be : $dir
We would expect the hook directory to be $dir.
Aborting.
E_OR