antonioolf / antonioolf/cdi

Should use more portable shebang

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
19
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Hey, hope you dont mind me adding this issue.

I pulled the code down onto my mac (running vanilla terminal with vanilla bash [5.0.18]) and the code would not work due to a bash substring issue on line 110, which was caused because my machine was running the script with bash due to the shebang not working for my machine.

So according to this link (https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang) the preffered shebang for portability across machines/OS's/etc... is
```#!/usr/bin/env bash```

So I have created this ticket to change that and I hope its ok ill just quickly get on with it as well if thats alright?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.