shpec
shpec copied to clipboard
Windows with git-bash execution fix
In windows environment (git-bash), the following command: command -v "$0" returns empty string. Therefor the $_main function is never called. So preventing any further checks, just calling the function with arguments. Not sure whether it could cause regressions to existing usages.