elmarco / xmlto

Forked from xmlto 2 years ago
Clone

fb463ce xmlto: convert output path to unix path on cygwin/msys

Authored and Committed by elmarco 2 years ago
1 file changed. 5 lines added. 1 lines removed.
    xmlto: convert output path to unix path on cygwin/msys
    
    When xmlto is invoked with "-o C:/src/build", the
    resulting files end up under a subdirecty "C:/src/build/" of the current
    working directory.
    
    Convert the argument to a unix path on cygwin/msys.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    
        
file modified
+5 -1