Browse Source

Switch to using -S instead of -s in manual setting

Samuel W. Flint 4 years ago
parent
commit
c648e5217b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library.org

+ 1 - 1
library.org

@@ -394,7 +394,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
           VALUE=$1
           shift
           TMPDIR=. recset -e "ID = ${ID}" \
-                 -f "${FIELD}" -s "${VALUE}" \
+                 -f "${FIELD}" -S "${VALUE}" \
                  "${LIBRARY_FILE}"
       fi
       do_git add `basename "${LIBRARY_FILE}"`