diff options
author | Kornél Horváth <kornel.horvath@me.com> | 2020-07-20 12:03:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 12:03:11 +0200 |
commit | d735e22529d3f4afda2ca292b25a8776d78e3181 (patch) | |
tree | fcb52e34cece1cd6ae09b6fc145962a280d7db5d /deps/jsonpath | |
parent | 39f2d13f66fdbeb1d60634d55cc285b4c4d8e06d (diff) |
Fix db_assembler on macOS (#1700)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
Diffstat (limited to 'deps/jsonpath')
-rwxr-xr-x | deps/jsonpath/JSONPath.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jsonpath/JSONPath.sh b/deps/jsonpath/JSONPath.sh index a03752e130..19c7b3023c 100755 --- a/deps/jsonpath/JSONPath.sh +++ b/deps/jsonpath/JSONPath.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # --------------------------------------------------------------------------- # GLOBALS |