소스 검색

Update bulk add iteration

Samuel W. Flint 3 년 전
부모
커밋
6436c0bcc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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