Browse Source

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

Samuel W. Flint 4 năm trước cách đây
mục cha
commit
c648e5217b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}"`