From d735e22529d3f4afda2ca292b25a8776d78e3181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korn=C3=A9l=20Horv=C3=A1th?= Date: Mon, 20 Jul 2020 12:03:11 +0200 Subject: [PATCH] Fix db_assembler on macOS (#1700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Francesco Borzì Co-authored-by: Stefano Borzì --- deps/jsonpath/JSONPath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/jsonpath/JSONPath.sh b/deps/jsonpath/JSONPath.sh index a03752e13..19c7b3023 100755 --- a/deps/jsonpath/JSONPath.sh +++ b/deps/jsonpath/JSONPath.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # --------------------------------------------------------------------------- # GLOBALS