mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
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.
This commit is contained in:
parent
0ae0a83a12
commit
544a197ef3
1 changed files with 2 additions and 0 deletions
|
|
@ -7,5 +7,7 @@ cc='tcc'
|
||||||
ldlibpthname='LD_LIBRARY_PATH'
|
ldlibpthname='LD_LIBRARY_PATH'
|
||||||
libpth='/after/lib'
|
libpth='/after/lib'
|
||||||
path_sep=':'
|
path_sep=':'
|
||||||
|
archname=''
|
||||||
|
osvers=''
|
||||||
|
|
||||||
CONFIGDOTSH=true
|
CONFIGDOTSH=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue