Ver Fonte

Update bulk add iteration

Samuel W. Flint há 3 anos atrás
pai
commit
6436c0bcc4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      library.org

+ 1 - 1
library.org

@@ -313,7 +313,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
       fi
       fi
       GITOLD="${LIBRARY_GIT}"
       GITOLD="${LIBRARY_GIT}"
       LIBRARY_GIT=FALSE
       LIBRARY_GIT=FALSE
-      for i in {1..$1} ; do
+      for i in 1 .. $1 ; do
           echo "Adding book number ${i}"
           echo "Adding book number ${i}"
           add_single
           add_single
       done
       done