summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2013-08-06 21:38:56 -0400
committerstanley lieber <stanley.lieber@gmail.com>2013-08-06 21:38:56 -0400
commit28ff3a3cda61ea5e51aa26cdf625aa08103f491e (patch)
treea63da52dd83aafa1435fa41abe7771963edbb6f8 /rc
parentcc542f2b2d8102b2e18662b8a7cae87c0a849506 (diff)
ups: fix typo
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/ups3
1 files changed, 1 insertions, 2 deletions
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'
-