Skip to content

Conversation

@eugeneandrienko
Copy link

@eugeneandrienko eugeneandrienko commented Sep 9, 2025

This small commit removes "Linux-ism" from rdrview.filter.dpi so this plugin can be used with e.g. FreeBSD.

Since bash lies in the /bin/ catalog in Linux, but not in another OSes (e.g. /usr/local/bin/bash for FreeBSD, /usr/pkg/bin/bash for NetBSD), the most reliable way to specify she-bang will be:

#!/usr/bin/env bash

The env will execute bash from the right path, using the $PATH value.

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

Successfully merging this pull request may close these issues.

1 participant