We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was working on mglaman/drupal-check#189 and noticed that weird paths were returned in realpath was called for the Drupal path.
realpath
Analyzing path: C:\projects\drupal\web\core\install.php Using Drupal root: C:\projects\drupal/web Using vendor root: C:\projects\drupal/vendor
The web and vendor paths have /. I know PHP fixes incorrect directory separators most of the time. But in AppVeyor I get crashes like
web
vendor
/
The filename, directory name, or volume label syntax is incorrect. `` And I think it's because `cmd` chokes on `/`.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was working on mglaman/drupal-check#189 and noticed that weird paths were returned in
realpath
was called for the Drupal path.The
web
andvendor
paths have/
. I know PHP fixes incorrect directory separators most of the time. But in AppVeyor I get crashes likeThe text was updated successfully, but these errors were encountered: