diff options
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/bin/weather | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/weather b/rc/bin/weather index 5261495bf..0f3f0a091 100755 --- a/rc/bin/weather +++ b/rc/bin/weather @@ -42,5 +42,5 @@ sed 's/ Press Return to continue, M to return to menu, X to exit: //' | grep -v 'CITY FORECAST MENU' | tr -d '
' | sed 's/ *$//' | -uniq - +uniq | +sed -n '/^VTEC/q; p' |
