Actually comment out a comment.
This commit is contained in:
parent
316d7d9757
commit
ff06547286
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ store_attributes() {
|
||||||
fi
|
fi
|
||||||
PATHRECORD+="$PATHCOMPONENT/"
|
PATHRECORD+="$PATHCOMPONENT/"
|
||||||
done <<<"$NAME"
|
done <<<"$NAME"
|
||||||
Add the file itself to the database.
|
# Add the file itself to the database.
|
||||||
if add_db_entry "$NAME"; then
|
if add_db_entry "$NAME"; then
|
||||||
(( ADD_COUNT++ ))
|
(( ADD_COUNT++ ))
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue