diff options
Diffstat (limited to 'script/mailin')
| -rwxr-xr-x | script/mailin | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mailin b/script/mailin index 65f9d06f2..f6b7d1194 100755 --- a/script/mailin +++ b/script/mailin @@ -8,7 +8,7 @@ OUTPUT=$(mktemp -t foi-mailin-output-XXXXXXXX)  # Read the email message from stdin, and write it to the file $INPUT  cat >"$INPUT" -cd "$(dirname "$0")"/.. +cd "$(dirname "${BASH_SOURCE[0]}")"/..  source commonlib/shlib/deployfns  read_conf config/general  | 
