Variable name ezjail_imagerestbytes did not match ezjail_imagerestbyte

This commit is contained in:
erdgeist 2006-05-03 00:52:29 +00:00
parent 93ff02cf65
commit 65310b7582

View File

@ -169,7 +169,7 @@ create)
_val=`echo $(( ${_val} ))` _val=`echo $(( ${_val} ))`
[ $? -eq 0 ] || exerr "Error: The image size you specified is somehow incomprehensible." [ $? -eq 0 ] || exerr "Error: The image size you specified is somehow incomprehensible."
ezjail_imageblockcount=$(( ${_val} / 1048576 )) ezjail_imageblockcount=$(( ${_val} / 1048576 ))
ezjail_imagerestbyte=$(( ${_val} % 1048576 )) ezjail_imagerestbytes=$(( ${_val} % 1048576 ))
fi fi
# check, whether ezjail-update has been called. existence of # check, whether ezjail-update has been called. existence of