aboutsummaryrefslogtreecommitdiffstats
path: root/script/mailin
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-06-18 18:05:04 +0100
committerLouise Crow <louise.crow@gmail.com>2015-06-18 18:05:04 +0100
commite867877b68ba30d4641dd4b5d9d2b1b61db15c87 (patch)
tree0b76d0c86597853f07b81ce84ac7603056d19dae /script/mailin
parentfd37107ea21777514550152bb87a1bb42bb6bdb3 (diff)
Use BASH_SOURCE to return the script path.
It is reliable in the case where the script is sourced from another script.
Diffstat (limited to 'script/mailin')
-rwxr-xr-xscript/mailin2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mailin b/script/mailin
index 5f2a9c243..48e236cfe 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