This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax the regular expression in Net::SSH::Shell::Process#on_stdout
This regex made it so that `before` in the next line never can contain anything (because it matches the beginning of the `data` string). It therefor can never call finished! when there's any output on the last command? With this change the code seems to work fine for me. I would have added a test if there were any.
- Loading branch information