From 28ff3a3cda61ea5e51aa26cdf625aa08103f491e Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Tue, 6 Aug 2013 21:38:56 -0400 Subject: ups: fix typo --- rc/bin/ups | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc') diff --git a/rc/bin/ups b/rc/bin/ups index 6d1223d4b..025634822 100755 --- a/rc/bin/ups +++ b/rc/bin/ups @@ -11,6 +11,5 @@ hget 'http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum='^$1^ \ '&TypeOfInquiryNumber=T' | htmlfmt | awk '/^Share/,/^Subscribe/ {print;}' | - grep -v '^(Share|Change Delivery|Request Status Updates|Never Track Again|Continue|I am already a UPS My Choice Member|• What|Subscribe to UPS)' | + grep -v '^(Share|Change Delivery|Request Status Updates|Never track again|Continue|I am already a UPS My Choice Member|• What|Subscribe to UPS)' | ssam 's/\n\n\n/\n/g' - -- cgit v1.2.3