Autodesk-Fusion-360-for-Linux icon indicating copy to clipboard operation
Autodesk-Fusion-360-for-Linux copied to clipboard

QA: Avoid the use of `#!/bin/bash` over `#!/usr/bin/env bash`

Open Kreyren opened this issue 1 year ago • 0 comments

/bin/bash is dependent on FHS-3.0 whereas /usr/bin/env bash is utilizing the environment and is not depedent on hard-written paths.

In practice systems that are not FHS-3.0 compliant will fail to run the script.

Kreyren avatar Oct 31 '23 00:10 Kreyren