diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-23 15:46:53 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-23 15:46:53 +0100 |
commit | 34a1bc6b32d5a1e61bd4f23be72372b8b081185e (patch) | |
tree | 3bfda37fb808a40e377f932dc2ee02c6ae0c28be /script/mailin | |
parent | a125b0307c659c135c7ffe8b48d79dd702c8b422 (diff) | |
parent | 888749447b7108e10e67f87e6898977c0d0bfa94 (diff) |
Merge branch 'hotfix/0.21.0.39'0.21.0.39
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 |