We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ecbaf commit d627d5aCopy full SHA for d627d5a
1 file changed
Bash.sublime-build
@@ -1,4 +1,9 @@
1
{
2
"cmd" : ["bash", "$file"],
3
- "selector" : "source.shell"
+ "selector" : "source.shell",
4
+
5
+ "windows": {
6
+ "path" : "$path;c:\\mingw\\bin;c:\\mingw\\msys\\1.0\\bin",
7
+ "cmd" : ["bash", "--login", "-i", "-c", "cd \"$file_path\"; \"$file\""]
8
+ }
9
}
0 commit comments