mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
fa2f2c2caa
With the current implementation, on a Linux system without bash command.exist? always returns false. 'sh -c' is guaranteed to exist on a POSIX-conform system [1] whereas 'bash -c' only works if bash is actually installed. [1] https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html Obvious fix. |
||
---|---|---|
.. | ||
mock_loader.rb | ||
resources.rb | ||
simplecov_minitest.rb |