tazlito diff modules/calc_sizes @ rev 531

tazlito: hexdump -R may not by supported in busybox
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 18 13:45:55 2021 +0000 (2021-06-18)
parents 9d0d7bf20e90
children
line diff
     1.1 --- a/modules/calc_sizes	Mon Mar 14 00:56:29 2016 +0200
     1.2 +++ b/modules/calc_sizes	Fri Jun 18 13:45:55 2021 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  
     1.5  	errfile  = dir "/err";
     1.6  	warnfile = dir "/warn";
     1.7 -	system("rm " errfile " " warnfile " " outfile " 2>/dev/null");
     1.8 +	system("rm " errfile " " warnfile " 2>/dev/null");
     1.9  
    1.10  	root = ENVIRON["root"];
    1.11