浏览代码

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

Samuel W. Flint 4 年之前
父节点
当前提交
c648e5217b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}"`