Sfoglia il codice sorgente

mklive: fix print_step()...

Juan RP 9 anni fa
parent
commit
f5a75aeb13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mklive.sh.in

+ 1 - 1
mklive.sh.in

@@ -40,7 +40,7 @@ die() {
     error_out 1
 }
 print_step() {
-    ((CURRENT_STEP=CURRENT_STEP+1))
+    CURRENT_STEP=$((CURRENT_STEP+1))
     info_msg "[${CURRENT_STEP}/${STEP_COUNT}] $@"
 }
 mount_pseudofs() {