fips icon indicating copy to clipboard operation
fips copied to clipboard

fips should print an error message when run outside the "expected" directory.

Open floooh opened this issue 6 years ago • 1 comments

See this issue for details: https://github.com/floooh/fips/issues/239

floooh avatar Oct 09 '19 11:10 floooh

...it actually works as intended on macOS and Linux, since those run the fips python script directly. But on Windows, the fips.cmd wrapper is run, which looks like this:

@python fips %*

What this actually tries to run is the fips directory as a python script, thus the error.

floooh avatar Oct 10 '19 10:10 floooh