Skip to content

bash *.in templates not using bash found at configure time #67

@salewski

Description

@salewski

It's interesting that this has not yet been noticed, but the foo.in templates from which the bash scripts are generated do not use the bash program found at configure time. Thay all have the following hard-coded shebang line

#!/bin/bash -

Those should instead be:

#! @BASH_SH@ -

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions