From e8f05e733460d88b660fcaa022dc30ca3ba160ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 3 Oct 2017 23:23:50 +0200 Subject: [PATCH] Fix freebsd build issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- package.json | 4 ++-- plugin/loader/preload.sh | 2 +- plugin/plugins/gen_main.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fdcf0bbda..03d2d694f 100644 --- a/package.json +++ b/package.json @@ -243,9 +243,9 @@ }, { "author": "whyrusleeping", - "hash": "QmV6pzBTpFEyoPCFWndHW1y5EM9bpK7j7SELSXyvfmqW8u", + "hash": "QmT67DXBvSkcuLdygqe9tzuvRuCiaPd61w5a7uKKkg5gmM", "name": "hang-fds", - "version": "0.0.5" + "version": "0.0.6" }, { "author": "whyrusleeping", diff --git a/plugin/loader/preload.sh b/plugin/loader/preload.sh index cc7945109..5d000d0a3 100755 --- a/plugin/loader/preload.sh +++ b/plugin/loader/preload.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" diff --git a/plugin/plugins/gen_main.sh b/plugin/plugins/gen_main.sh index f3e58f329..b149502f9 100755 --- a/plugin/plugins/gen_main.sh +++ b/plugin/plugins/gen_main.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash dir=${1:?first paramater with dir to work in is required} pkg=${2:?second parameter with full name of the package is required}