diff options
author | rsc <devnull@localhost> | 2006-02-20 00:08:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-20 00:08:46 +0000 |
commit | a43125156af243c500e9467009a32d4716e017af (patch) | |
tree | f4a9bc439d703387ecee6d210ac86b2d61c0d579 /bin | |
parent | 95456b2155b6f5979d1bf5056506a5b1e27183ee (diff) | |
download | plan9port-a43125156af243c500e9467009a32d4716e017af.tar.gz plan9port-a43125156af243c500e9467009a32d4716e017af.tar.bz2 plan9port-a43125156af243c500e9467009a32d4716e017af.zip |
fix wmail (csant)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wmail | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ case "x-$MAILER" in x-|x-browser) # start mail in a new window - web 'mailto://'$1 + web "mailto:$1" ;; *) - 9term $MAILER + 9term $MAILER "$1" ;; esac |