faust icon indicating copy to clipboard operation
faust copied to clipboard

faust-config has an incorrect shebang

Open yurivict opened this issue 1 year ago • 0 comments

Shebang is: #!/bin/bash Shebang should be: #!/usr/bin/env bash

yurivict avatar Sep 21 '24 05:09 yurivict