diff --git a/fd-commit b/fd-commit index 8eb9f2b4..60aa7023 100755 --- a/fd-commit +++ b/fd-commit @@ -27,6 +27,7 @@ while read line; do [ -d metadata/$id ] && extra=metadata/$id + autoname="" while read l; do if [[ "$l" == "Auto Name:"* ]]; then autoname=${l##*:}