diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2015-02-04 21:27:54 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2015-02-04 21:27:54 +0200 |
| commit | dc4a4a74789ba6b7bc48920a3bc5cc8a337cf87f (patch) | |
| tree | 99de87c5d46fea69f678e8b23f5baf75d86b96dc | |
| parent | bbeffc1d80baac2690725fc4d7bbf1faddd971e5 (diff) | |
tools/neo4j-cypher: fix shebang for mac
| -rwxr-xr-x | tools/neo4j-cypher | 2 |
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 |
