Explorar o código

Update bulk add iteration

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