Browse Source

Update iteration for bulk add

Samuel W. Flint 3 years ago
parent
commit
00d5b898bd
1 changed files with 1 additions and 1 deletions
  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