Method setExecutable should invoke chmod a+x instead of chmod +x #39
Closed
Description
When setExecutable is called on an SshScpFile, the command "chmod +x" is executed. This should be "chmod a+x" to prevent the umask from preventing some of the executable bits from being set.
Metadata
Assignees
Labels
No labels