Skip to content
  • Nirbheek Chauhan's avatar
    cerbero-uninstalled: Fix running from cmd.exe · 12f59e36
    Nirbheek Chauhan authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    You can run cerbero from cmd.exe like so:
    
    ```
    > C:\MinGW\msys\1.0\bin\sh.exe --login -c 'c:/path/to/cerbero-uninstalled [args]'
    ```
    
    In this case, `dirname` returns a native-win32 path, not an MSYS unix
    path. We should short-circuit and return that directly in that case.
    
    PS: We cannot run cerbero directly from cmd.exe as a python script
    because we need the MSYS environment for building Autotools recipes.
    12f59e36