Parent Directory | Revision Log | Revision Graph
* Fri Apr 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-6.sme - fix wrong PATH which makes fail grub reconfiguration [SME: 11556]
1 | jpp | 1.1 | diff -Nur --no-dereference e-smith-formmagick-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm e-smith-formmagick-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm |
2 | --- e-smith-formmagick-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2021-04-16 22:02:54.974000000 -0400 | ||
3 | +++ e-smith-formmagick-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2021-04-16 22:03:51.907000000 -0400 | ||
4 | @@ -198,7 +198,7 @@ | ||
5 | =cut | ||
6 | |||
7 | BEGIN: { | ||
8 | - $ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; | ||
9 | + $ENV{'PATH'} = '/usr/sbin:/usr/bin:/usr/local/bin'; | ||
10 | $ENV{'SHELL'} = '/bin/bash'; | ||
11 | $ENV{'HOME'} = '/root'; | ||
12 | delete $ENV{'ENV'}; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |