소스 검색

And drop withdrawn books

Samuel W. Flint 4 년 전
부모
커밋
be4b0e86f5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      library

+ 2 - 0
library

@@ -225,6 +225,8 @@ function remove_withdrawn {
     TMPDIR=. recdel -t Book \
           -e "Location ~ \"WITHDRAWN\"" \
           "${LIBRARY_FILE}"
+    do_git add $(basename ${LIBRARY_FILE})
+    do_git commit -m "Remove Withdrawn Books"
 }
 # withdraw-books ends here