aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-comment-on-request
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-06-12 09:20:43 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-06-12 09:20:43 +0100
commit54fc48b9b66ce29f660064fbea3e71ea15b61d58 (patch)
tree85269b9ef4f62bce2393134981edf30adf370b05 /script/alert-comment-on-request
parentdc14834a5d85032645f3a410faae68089fb5fe1a (diff)
parent04653b52f2233c9b4fea6b690d16a825b974d36d (diff)
Merge branch 'release/0.6' of github.com:sebbacon/alaveteli into release/0.6
Diffstat (limited to 'script/alert-comment-on-request')
-rwxr-xr-xscript/alert-comment-on-request4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/alert-comment-on-request b/script/alert-comment-on-request
index bfca2663f..74782aa13 100755
--- a/script/alert-comment-on-request
+++ b/script/alert-comment-on-request
@@ -1,7 +1,7 @@
#!/bin/bash
-LOC=`dirname $0`
+cd "`dirname "$0"`"
-"$LOC/runner" 'RequestMailer.alert_comment_on_request'
+bundle exec ./runner 'RequestMailer.alert_comment_on_request'