diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-29 09:46:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-29 09:46:36 (EDT) |
commit | 7a4ba9f4732b4483ecd749ff8fe5c1fb0c2876cb (patch) | |
tree | 5070dd82b7cd3324c78b759d2e17fc9669611d9b | |
parent | 1c7e4ba3944d835bc268d3ec081085ffafe2b600 (diff) |
update_feeds(): Really rmdir empty feed hash dirs.
-rw-r--r-- | lib/index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.sh b/lib/index.sh index 28d053c..03746d2 100644 --- a/lib/index.sh +++ b/lib/index.sh @@ -139,7 +139,7 @@ update_feeds() >"${idx}/Packages" else rm -f "${idx}/Packages" - try_rmdir "${idx}" + rmdir "${idx}" fi rm -f "${hash_dirent}" done |