The canonical gem source for LiquiDoc, a ruby-based documentation parsing and rendering utility enabling advanced builds with Asciidoctor, Jekyll, Liquid, and semi-structured data files.
The problem occurs when running a shell script from ruby inside a GitBash terminal (the recommended Windows Bash emulator provided by Git). When running it in the ruby console (which is what the gem does), the call to the script fails.
This is seemingly fixed by prepending sh to commands. Investigate the difference, and if it makes sense, implement the solution by fixing the sh prefix to all commands.
The problem occurs when running a shell script from ruby inside a GitBash terminal (the recommended Windows Bash emulator provided by Git). When running it in the ruby console (which is what the gem does), the call to the script fails.
This is seemingly fixed by prepending
sh
to commands. Investigate the difference, and if it makes sense, implement the solution by fixing thesh
prefix to all commands.