logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: bc8d9f65ac99144cd210451f74fcd3be13a3b813
parent 0ae0a83a123e2f14521fabeb70f8193defd5ab25
Author: fosslinux <fosslinux@aussies.space>
Date:   Fri,  2 Apr 2021 12:37:26 +1100

Merge pull request #84 from pder/perl-warning

Fix perl warning due to uninitialized variables

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