allure-cli-depricated icon indicating copy to clipboard operation
allure-cli-depricated copied to clipboard

#!/usr/bin/env bash instead of #!/bin/bash in command line tool

Open aleksmt opened this issue 8 years ago • 1 comments

Hello contributors of allure! There is a issue with shebang line in allure cli script located here https://github.com/allure-framework/allure-cli/blob/master/src/main/scripts/allure

I propose to use #!/usr/bin/env bash here, because in different systems bash location could be in another place (especially for FreeBSD) `[freebsd.local /bin]# which bash /usr/local/bin/bash

[freebsd.local /bin]# /bin/bash /bin/bash: Command not found.`

aleksmt avatar Nov 09 '16 10:11 aleksmt

Any PR is welcome. :)

vania-pooh avatar Nov 10 '16 15:11 vania-pooh