Shell fix for sh

This commit is contained in:
Christopher Schnick 2022-12-10 00:32:33 +01:00
parent bad71d3db6
commit 453ccd5d14

View file

@ -449,7 +449,7 @@ public class ShellTypes {
@Override
public String getOpenWithInitFileCommand(String file) {
return String.format("%s -i -l \"%s\"", getExecutable(), file);
return String.format("%s -i -l -c \"%s\"", getExecutable(), file);
}
@Override