We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ec49c commit cc877cfCopy full SHA for cc877cf
it.baeyens.arduino.core/src/it/baeyens/arduino/ui/Activator.java
@@ -65,8 +65,8 @@ public void start(BundleContext context) throws Exception {
65
66
private static void testKnownIssues() {
67
if (Platform.getOS().equals(Platform.OS_WIN32)) {
68
- String bashCommand = "bash --version"; //$NON-NLS-1$
69
- String shCommand = "sh --version"; //$NON-NLS-1$
+ String bashCommand = "where bash"; //$NON-NLS-1$
+ String shCommand = "where sh"; //$NON-NLS-1$
70
boolean bashFound = false;
71
ExternalCommandLauncher bashCommandLauncher = new ExternalCommandLauncher(bashCommand);
72
try {
0 commit comments