Skip to content

Commit

Permalink
Merge pull request #4275 from ipfs/fix/freebsd
Browse files Browse the repository at this point in the history
Fix FreeBSD build issues
  • Loading branch information
whyrusleeping authored Oct 4, 2017
2 parents 8063ccd + e8f05e7 commit 7afd648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmV6pzBTpFEyoPCFWndHW1y5EM9bpK7j7SELSXyvfmqW8u",
"hash": "QmT67DXBvSkcuLdygqe9tzuvRuCiaPd61w5a7uKKkg5gmM",
"name": "hang-fds",
"version": "0.0.5"
"version": "0.0.6"
},
{
"author": "whyrusleeping",
Expand Down
2 changes: 1 addition & 1 deletion plugin/loader/preload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Expand Down
2 changes: 1 addition & 1 deletion plugin/plugins/gen_main.sh
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 7afd648

Please sign in to comment.