shpec icon indicating copy to clipboard operation
shpec copied to clipboard

Windows with git-bash execution fix

Open typekpb opened this issue 6 years ago • 0 comments

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.

typekpb avatar Dec 27 '19 08:12 typekpb