diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-08-06 21:38:56 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-08-06 21:38:56 -0400 |
commit | 28ff3a3cda61ea5e51aa26cdf625aa08103f491e (patch) | |
tree | a63da52dd83aafa1435fa41abe7771963edbb6f8 /rc | |
parent | cc542f2b2d8102b2e18662b8a7cae87c0a849506 (diff) |
ups: fix typo
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/ups | 3 |
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' - |