Skip to content
New issue

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

Double quote PATH declaration in win32.bat #133

Merged
merged 1 commit into from
Jan 27, 2017
Merged

Conversation

jviotti
Copy link
Contributor

@jviotti jviotti commented Jan 27, 2017

Failing to do so can introduce problems when some of the directories in
include spaces in their paths, eventually manifesting themselves as
weird "is not recognized as an internal or external command,
operable program or batch file" errors.

See: balena-io/etcher#1025
Signed-off-by: Juan Cruz Viotti [email protected]

Failing to do so can introduce problems when some of the directories in
include spaces in their paths, eventually manifesting themselves as
weird "is not recognized as an internal or external command,
operable program or batch file" errors.

See: balena-io/etcher#1025
Signed-off-by: Juan Cruz Viotti <[email protected]>
@jviotti jviotti merged commit 46a7af8 into master Jan 27, 2017
jviotti pushed a commit to balena-io/etcher that referenced this pull request Jan 27, 2017
Change-Type: patch
Changelog-Entry: Fix 'MySQL' is not recognised as an internal or external command error on Windows.
See: balena-io-modules/drivelist#133
Fixes: #1025
Signed-off-by: Juan Cruz Viotti <[email protected]>
@lurch
Copy link
Contributor

lurch commented Jan 28, 2017

It's not the spaces in the path that's the problem, but having an & in the path - that's why this only showed up for MySQL (which adds C:\Program Files (x86)\MySQL\MySQL Fabric 1.5.4 & MySQL Utilities 1.5.4 1.5 to the %PATH%) and not other paths / programs.

jviotti pushed a commit to balena-io/etcher that referenced this pull request Jan 30, 2017
Change-Type: patch
Changelog-Entry: Fix 'MySQL' is not recognised as an internal or external command error on Windows.
See: balena-io-modules/drivelist#133
Fixes: #1025
Signed-off-by: Juan Cruz Viotti <[email protected]>
@jviotti jviotti deleted the double-quote-path-win32 branch January 30, 2017 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants