Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.92k stars 3.12k forks source link

composer make-pot fails on mac when site path contains a space #1549

Open mrlowe opened 9 months ago

mrlowe commented 9 months ago

Eg if you're using Local by Flywheel with the default Local Sites directory:

$ composer make-pot
> wp i18n make-pot . languages/_s.pot
/Users/nobody/Local Sites/edgio/app/public/wp-content/themes/edgio-theme/vendor/bin/wp: line 17: cd: ../wp-cli/wp-cli/bin: No such file or directory
/Users/nobody/Local Sites/edgio/app/public/wp-content/themes/edgio-theme/vendor/bin/wp: line 39: /wp: No such file or directory
Script wp i18n make-pot . languages/_s.pot handling the make-pot event returned with error code 127

Maybe an issue with the value returned by realpath?