Explorar el Código

Update iteration for bulk add

Samuel W. Flint hace 3 años
padre
commit
00d5b898bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library

+ 1 - 1
library

@@ -150,7 +150,7 @@ function bulk_add {
     fi
     GITOLD="${LIBRARY_GIT}"
     LIBRARY_GIT=FALSE
-    for i in {1..$1} ; do
+    for i in 1 .. $1 ; do
         echo "Adding book number ${i}"
         add_single
     done