mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Merge pull request #2670 from fdipilla/ticket#2150
Added path space support (Fixes #2150)
This commit is contained in:
commit
a377d3b202
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -37,7 +37,7 @@ make_dir() {
|
|||
if [ ! -d $1 ]
|
||||
then
|
||||
msg "mkdir -p $1"
|
||||
mkdir -p $1
|
||||
mkdir -p "$1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue