mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
Merge pull request #84 from pder/perl-warning
Fix perl warning due to uninitialized variables
This commit is contained in:
commit
bc8d9f65ac
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