Explorar o código

Update iteration for bulk add

Samuel W. Flint %!s(int64=3) %!d(string=hai) anos
pai
achega
00d5b898bd
Modificáronse 1 ficheiros con 1 adicións e 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