mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
One missed hunk from 31988.
This commit is contained in:
parent
e7fa65ffae
commit
17465686af
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,10 @@ unless(-d $destdir) {
|
|||
mkdir($destdir) || &Die("$destdir is not a directory and cannot be created");
|
||||
}
|
||||
|
||||
delete($ENV{'MANPL'});
|
||||
delete($ENV{'MANROFFSEQ'});
|
||||
foreach (keys %ENV) {
|
||||
delete($ENV{$_}) if(/^((LC_)|(LESS)|(MAN))/);
|
||||
}
|
||||
$ENV{'LANG'} = 'C';
|
||||
$ENV{'MANWIDTH'} = '80';
|
||||
$ENV{'GROFF_NO_SGR'} = ''; # We need "classical" formatting of man pages.
|
||||
|
||||
|
|
Loading…
Reference in a new issue