diff options
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' - |
