Merge pull request #4275 from ipfs/fix/freebsd

Fix FreeBSD build issues
This commit is contained in:
Jeromy Johnson 2017-10-04 15:58:01 +03:00 committed by GitHub
commit 7afd648b33
3 changed files with 4 additions and 4 deletions

View File

@ -243,9 +243,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmV6pzBTpFEyoPCFWndHW1y5EM9bpK7j7SELSXyvfmqW8u",
"hash": "QmT67DXBvSkcuLdygqe9tzuvRuCiaPd61w5a7uKKkg5gmM",
"name": "hang-fds",
"version": "0.0.5"
"version": "0.0.6"
},
{
"author": "whyrusleeping",

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

View File

@ -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}