alexc7018 / vvv-site-wizard

Automates setting up new WordPress sites in Varying Vagrant Vagrants
GNU General Public License v2.0
347 stars 47 forks source link

Fixed path issues when directory string has spaces #37

Closed seantunwin closed 2 years ago

seantunwin commented 9 years ago

Install would fail, but act as passed, if there were any spaces in the directory string for $path. i.e "my/path/to my/vagrant".

Changed all instances where path was called from $path to "${path}", including the surrounding double quotes. In instances where a directory sub-path was added the entire context is surrounding by double quotes. i.e "${path}/www"

bradp commented 9 years ago

I'd suggest checking out VV, as vvv-site-wizard is not currently being maintained.

seantunwin commented 9 years ago

Good stuff, Brad. Thank you.