logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 544a197ef38a7e705ce3d7e8139819fe8840918a
parent 0ae0a83a123e2f14521fabeb70f8193defd5ab25
Author: Paul Dersey <pdersey@gmail.com>
Date:   Thu,  1 Apr 2021 19:11:50 -0400

Fix perl warning due to uninitialized variables

Use of uninitialized value in concatenation (.) or string at
/after/lib/perl5/5.6.2/Errno.pm line 11.

Diffstat:

Msysa/perl-5.6.2/files/config.sh2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sysa/perl-5.6.2/files/config.sh b/sysa/perl-5.6.2/files/config.sh @@ -7,5 +7,7 @@ cc='tcc' ldlibpthname='LD_LIBRARY_PATH' libpth='/after/lib' path_sep=':' +archname='' +osvers='' CONFIGDOTSH=true