1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

GH-243 Add a comment

This commit is contained in:
Tae Won Ha 2016-08-18 17:42:26 +02:00
parent 07a16e6d99
commit 810dda95a6
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -40,7 +40,7 @@ class ShellUtils {
var shellOptions = [String]()
if shellUrl.lastPathComponent != "tsch" {
shellOptions.append("-l")
shellOptions.append("-l") // tsch allows the -l option only for interactive shell
}
shellOptions.append("-c")
shellOptions.append(ShellUtils.cmdForPath)