Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD portability #42

Closed
chrisbgit opened this issue Aug 7, 2018 · 2 comments
Closed

FreeBSD portability #42

chrisbgit opened this issue Aug 7, 2018 · 2 comments

Comments

@chrisbgit
Copy link

diff --git a/bin/hsd b/bin/hsd
index 5f478501..68e56c79 100755
--- a/bin/hsd
+++ b/bin/hsd
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash

rl=0
daemon=0
diff --git a/bin/hsw b/bin/hsw
index 6a56b2f2..8606de8c 100755
--- a/bin/hsw
+++ b/bin/hsw
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash

rl=0
daemon=0

@chrisbgit
Copy link
Author

Added a pull request.

#45

@tynes
Copy link
Contributor

tynes commented Mar 21, 2019

Thank you for your PR, but that file was recently rewritten in JavaScript

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants