Truncate "uses_own" index file before filling the index

remotes/local/master
Hugo Thunnissen 3 years ago
parent ad12203a91
commit d6c63ef6f4

@ -657,6 +657,7 @@ fillIndex() {
echo > "$USES"
echo > "$USES_LOOKUP"
echo > "$FILE_PATHS"
echo > "$USES_OWN"
echo > "$USES_LOOKUP_OWN"
echo > "$NAMESPACE_FILE_PATHS"
echo > "$INDEXED"

Loading…
Cancel
Save