all: use /usr/bin/env bash
Created by: stefanhengl
some *nix systems don't have /bin/bash
. /usr/bin/env
is more
portable. I came accross this issue while running the tests on nixos.
Created by: stefanhengl
some *nix systems don't have /bin/bash
. /usr/bin/env
is more
portable. I came accross this issue while running the tests on nixos.