From 7db13245a5b08b79870b60e63fb5a9a754f31961 Mon Sep 17 00:00:00 2001 From: klonuo Date: Tue, 5 Jul 2016 15:12:04 +0200 Subject: [PATCH] Update GFortran.sublime-build Shell is needed when using batch wrapper. --- build-systems/GFortran.sublime-build | 1 + 1 file changed, 1 insertion(+) diff --git a/build-systems/GFortran.sublime-build b/build-systems/GFortran.sublime-build index 673d1e8..5383648 100644 --- a/build-systems/GFortran.sublime-build +++ b/build-systems/GFortran.sublime-build @@ -4,6 +4,7 @@ "working_dir": "${file_path}", "selector": "source.modern-fortran, source.fixedform-fortran", "syntax": "GFortranBuild.sublime-syntax", + "shell": true, "windows": { "cmd": ["gfortran", "${file}", "-o", "${file_base_name}.exe"] },