summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-03 00:29:01 +0200
committerAlon Levy <alon@pobox.com>2015-03-03 00:29:01 +0200
commite90f4431fa150a7c95d40b77693ff78bbc320df0 (patch)
tree207b7ee78867a302b98d491d23a41b2db6c06b03
parentad2b4d7ecc3fea2bb248eecc5e47204a478e96ab (diff)
run-local: we need bash, sh is not good enough
-rwxr-xr-xrun-local.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-local.sh b/run-local.sh
index 16e6766e..16ddf7e7 100755
--- a/run-local.sh
+++ b/run-local.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
. tools/utils.sh
quit_if_no_neo4j_running