|
@@ -134,7 +134,7 @@ function add_single {
|
|
|
"${LIBRARY_FILE}"
|
|
|
do_git add `basename "${LIBRARY_FILE}"`
|
|
|
do_git commit -m "Added record for \"${TITLE}\""
|
|
|
- library query -i --uniq -e "Title ~ \"${TITLE}" | less
|
|
|
+ library query -i --uniq -e "Title ~ \"${TITLE}\"" | less
|
|
|
}
|
|
|
# add-book ends here
|
|
|
|
|
@@ -168,7 +168,7 @@ function do_edit {
|
|
|
shift
|
|
|
VALUE=$1
|
|
|
shift
|
|
|
-
|
|
|
+
|
|
|
TMPDIR=. recset -e "ID = ${ID}" \
|
|
|
-f "${FIELD}" -S "${VALUE}" \
|
|
|
"${LIBRARY_FILE}"
|