Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "//" from prefix of ssh cmd line
If the prefix is just "/", then we would end up with a prted cmd that started with "//". Probably harmless, but IIRC there are some environments that don't treat it well. So add a little protection to avoid that scenario. Signed-off-by: Ralph Castain <[email protected]>
- Loading branch information