mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
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. |
||
---|---|---|
.. | ||
bundles | ||
inspec | ||
matchers | ||
plugins | ||
resource_support | ||
resources | ||
source_readers | ||
inspec.rb |