From e90f4431fa150a7c95d40b77693ff78bbc320df0 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 00:29:01 +0200 Subject: run-local: we need bash, sh is not good enough --- run-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1