* build-aux/msys-to-w32: Prevent double slashes in w32 path list.
This commit is contained in:
parent
ff80687aee
commit
5401bb8645
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ do
|
|||
# translate the existing part and append the rest
|
||||
w32p=$(cd "${p1}" && pwd -W)
|
||||
remainder=${p#$p1}
|
||||
w32p+=/${remainder#/}
|
||||
w32p=${w32p%/}/${remainder#/}
|
||||
fi
|
||||
|
||||
w32pathlist="${w32pathlist};${w32p}"
|
||||
|
|
Loading…
Add table
Reference in a new issue