• Francois Gouget's avatar
    tools: Fix mkinstalldirs. · fb7afa42
    Francois Gouget authored
    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
mkinstalldirs 1.93 KB