Skip to content
Snippets Groups Projects
Forked from wine / wine
78488 commits behind the upstream repository.
  • Francois Gouget's avatar
    fb7afa42
    tools: Fix mkinstalldirs. · fb7afa42
    Francois Gouget authored and Alexandre Julliard's avatar Alexandre Julliard committed
    We cannot trust 'mkdir -p' to set the proper permissions on parent
    directories. So create them manually.
    Fix handling of paths containing spaces.
    Properly prefix the path with './' if it starts with a '-'.
    Stop trying to create a path after the first error.
    fb7afa42
    History
    tools: Fix mkinstalldirs.
    Francois Gouget authored and Alexandre Julliard's avatar Alexandre Julliard committed
    We cannot trust 'mkdir -p' to set the proper permissions on parent
    directories. So create them manually.
    Fix handling of paths containing spaces.
    Properly prefix the path with './' if it starts with a '-'.
    Stop trying to create a path after the first error.
mkinstalldirs 1.93 KiB