diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-05 01:17:57 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-05 01:17:57 -0500 |
commit | 05dd6877526fc388c6ecbd03e3483636ab2c4e86 (patch) | |
tree | 3d60ed9bce377895f611767db189a28240a244cb /emacsmail.sh | |
parent | aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (diff) |
use /bin/bash, not /bin/sh
Diffstat (limited to 'emacsmail.sh')
-rw-r--r-- | emacsmail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsmail.sh b/emacsmail.sh index a815997..b05446a 100644 --- a/emacsmail.sh +++ b/emacsmail.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # emacs-mailto-handler mailto=$1 |