James Moger
2014-05-23 d62d883423c4f13e9514c203d2f0b14e4715df7f
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
@@ -212,8 +212,8 @@
            Files.touch(file);
            try {
               JnaUtils.setFilemode(file, JnaUtils.S_IRUSR | JnaUtils.S_IWUSR);
            } catch (UnsupportedOperationException e) {
               // Windows
            } catch (UnsatisfiedLinkError | UnsupportedOperationException e) {
               // Unexpected/Unsupported OS or Architecture
            }
            FileOutputStream os = new FileOutputStream(file);