cronos-bundle icon indicating copy to clipboard operation
cronos-bundle copied to clipboard

[BUGFIX] Solved link to absolute paths with spaces

Open JKetelaar opened this issue 7 years ago • 3 comments

Example output before change:

/usr/local/bin/php /Users/ketelaar/Projects/My Project/bin/console 

This basically means you are executing /Users/ketelaar/Projects/My with php

Example output after change:

/usr/local/bin/php /Users/ketelaar/Projects/My\ Project/bin/console 

JKetelaar avatar Dec 18 '17 10:12 JKetelaar

The inspection completed: 1 new issues

scrutinizer-notifier avatar Dec 18 '17 11:12 scrutinizer-notifier

@gavinlove Bump

JKetelaar avatar Aug 13 '18 01:08 JKetelaar

Although this fixes the problem you have I don't think it is the right solution. I am going to look into escapeshellarg instead.

gavinlove avatar Aug 13 '18 16:08 gavinlove