# HG changeset patch # User Pascal Bellard # Date 1500810761 -7200 # Node ID 483d387683931537c7532974aedf041226d4892b # Parent d9efb0f8132a803c1058eeb2227bcb9cf054a000 dot command may not search current directory first diff -r d9efb0f8132a -r 483d38768393 tazlito-wiz --- a/tazlito-wiz Mon May 01 11:04:41 2017 +0200 +++ b/tazlito-wiz Sun Jul 23 13:52:41 2017 +0200 @@ -217,7 +217,7 @@ # Summary summary() { - . tazlito.conf + . ./tazlito.conf iso_size=$(du -sh $distro/$ISO_NAME.iso | awk '{print $1}') distro_size=$(du -sh $distro/rootfs | awk '{print $1}') text="$(_ 'Live system summary')"