diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 00:29:01 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 00:29:01 +0200 |
| commit | e90f4431fa150a7c95d40b77693ff78bbc320df0 (patch) | |
| tree | 207b7ee78867a302b98d491d23a41b2db6c06b03 | |
| parent | ad2b4d7ecc3fea2bb248eecc5e47204a478e96ab (diff) | |
run-local: we need bash, sh is not good enough
| -rwxr-xr-x | run-local.sh | 2 |
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 |
