git: 9front

Download patch

ref: 81bf3e0690e5c5e85d7019f97abbae3c6099b74b
parent: c88a590e2de2d64592f34652dc61f0d5e3352d5f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun May 11 22:46:04 EDT 2014

usps: remove redundant uhtml pipeline

--- a/rc/bin/usps
+++ b/rc/bin/usps
@@ -10,7 +10,7 @@
 rfork e
 
 hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction |
-	uhtml | htmlfmt > /tmp/usps.$pid
+	htmlfmt > /tmp/usps.$pid
 
 sam -d /tmp/usps.$pid >[2] /dev/null <<'!'
 ,/Tracking Number/-1d
--