Chromium Code Reviews| Index: third_party/scrypt/.gitattributes |
| diff --git a/third_party/scrypt/.gitattributes b/third_party/scrypt/.gitattributes |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..42e966b398c0c1f9997831f2657eee211370e544 |
| --- /dev/null |
| +++ b/third_party/scrypt/.gitattributes |
| @@ -0,0 +1,11 @@ |
| +# ./configure has an embedded CR (ac_cr='^M'). When treated as text, this gets |
| +# converted to a CRLF pair by the codereview site which then makes the patch |
| +# file invalid as such: |
| +# |
| +# + |
| +# +ac_cr=' |
| +# ' |
| +# +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| +# |
| +# All attempts to apply this patch then fail. |
| +configure binary |