Samuel W. Flint 4 лет назад
Родитель
Сommit
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