1 parent d39bb4f commit db4037cCopy full SHA for db4037c
1 file changed
make/makeimg.sh
@@ -34,7 +34,7 @@ _________________
34
while true; do
35
$bin/mkuserimg_mke2fs.sh "./out/system/" "./out/system.img" ext4 "/system" $ssize -j "0" -T "1230768000" -C "./out/config/system_fs_config" -L "system" "./out/config/system_file_contexts"
36
if [ $? -ne 0 ]; then
37
- add=$(echo "scale=0; $add * 1.1" | bc)
+ add=$((echo "scale=0; $add * 1.1" | bc))
38
ssize=$(($size+$add))
39
else
40
break
0 commit comments