diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-14 12:27:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-14 12:27:43 (EDT) |
commit | b38dd66680f57e60063fd59f9ddb2a77b966d679 (patch) | |
tree | 13ffce7afc50d8a47c902441072b397eaf6d2373 /lib | |
parent | 16fdb76a1d6fe9da64682537245fa1343dbdbf9e (diff) |
db_del_binver(): Update a comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ db_del_binver() dir="${opt_base_dir}/feeds/${chan}/${dist}/.db" dir="${dir}/$(hash_name "${source}")/${source}/${arch}_${plat}" rm -f "${dir}/binver" - # Remove ".../.db/<hash>/<source>/<plat>_<arch>". + # Remove ".../.db/<hash>/<source>/<arch>_<plat>". rmdir "${dir}" return 0 |