tim-janik / anklang

MIDI and Audio Synthesizer and Composer
https://anklang.testbit.eu/
Mozilla Public License 2.0
51 stars 3 forks source link

Shebangs in *.sh files are wrong #17

Closed yurivict closed 9 months ago

yurivict commented 9 months ago

Instead of #!/bin/bash they should be #!/usr/bin/env bash, because bash has different paths on different systems.

tim-janik commented 9 months ago

Instead of #!/bin/bash they should be #!/usr/bin/env bash, because bash has different paths on different systems.

You are right, thanks. What system are you building on?

yurivict commented 9 months ago

What system are you building on?

FreeBSD 13.2