?mode=patch&uid=2010070712402925378
Open Patch: 2010070712402925378 (by stf)
+
stf
Votecheck 'core-strong':
Missing 1 qualified vote(s)
(clifford, fake, teha)
scripts/Download
Stefan Fiedler: scripts/Download: recognize ASCII text file type
Stefan Fiedler:
scripts/Download: recognize ASCII text file type
--- scripts/Download (Revision 199)
+++ scripts/Download (Revision 200)
@@ -818,7 +818,7 @@
*.xz)
typeexpr="xz compressed data" ;;
*.txt)
- typeexpr="ASCII English text" ;;
+ typeexpr="ASCII English text\|ASCII text" ;;
*)
echo "WARNING: Unkown file extension: $gzfile"
typeexpr="." ;;
[Download this patch]