tazlito rev 454

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:52:41 2017 +0200 (2017-07-23)
parents d9efb0f8132a
children c9ed5c101d4e
files tazlito-wiz
line diff
     1.1 --- a/tazlito-wiz	Mon May 01 11:04:41 2017 +0200
     1.2 +++ b/tazlito-wiz	Sun Jul 23 13:52:41 2017 +0200
     1.3 @@ -217,7 +217,7 @@
     1.4  # Summary
     1.5  
     1.6  summary() {
     1.7 -	. tazlito.conf
     1.8 +	. ./tazlito.conf
     1.9  	iso_size=$(du -sh $distro/$ISO_NAME.iso | awk '{print $1}')
    1.10  	distro_size=$(du -sh $distro/rootfs | awk '{print $1}')
    1.11  	text="$(_ 'Live system summary')"