aboutsummaryrefslogtreecommitdiffstats
path: root/script/stop-new-responses-on-old-requests
diff options
context:
space:
mode:
Diffstat (limited to 'script/stop-new-responses-on-old-requests')
-rwxr-xr-xscript/stop-new-responses-on-old-requests4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/stop-new-responses-on-old-requests b/script/stop-new-responses-on-old-requests
index 77189cf0b..1e325403e 100755
--- a/script/stop-new-responses-on-old-requests
+++ b/script/stop-new-responses-on-old-requests
@@ -1,7 +1,7 @@
#!/bin/bash
-LOC=`dirname $0`
+cd "`dirname "$0"`"
-"$LOC/runner" 'InfoRequest.stop_new_responses_on_old_requests()'
+bundle exec ./runner 'InfoRequest.stop_new_responses_on_old_requests()'