From 8d33cb2d3c514ffe5b8ad766ab160c0cf691c467 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 Aug 2016 00:07:46 +1200 Subject: Accept no space after semicolon in MIME type --- bin/urlmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/urlmt b/bin/urlmt index 7332663e..b209f26a 100755 --- a/bin/urlmt +++ b/bin/urlmt @@ -5,5 +5,5 @@ urlh "$1" Content-Type | # Use last line only, remove any charset suffix sed ' $!d -s/; .*// +s/;.*// ' -- cgit v1.2.3