summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2015-02-04 21:27:54 +0200
committerOfer Lehr <ofer@oferlehr.com>2015-02-04 21:27:54 +0200
commitdc4a4a74789ba6b7bc48920a3bc5cc8a337cf87f (patch)
tree99de87c5d46fea69f678e8b23f5baf75d86b96dc
parentbbeffc1d80baac2690725fc4d7bbf1faddd971e5 (diff)
tools/neo4j-cypher: fix shebang for mac
-rwxr-xr-xtools/neo4j-cypher2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/neo4j-cypher b/tools/neo4j-cypher
index 3d5c7c18..86baea87 100755
--- a/tools/neo4j-cypher
+++ b/tools/neo4j-cypher
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/python
import os
import subprocess