Commit 8229fe238a6bda54b49742125fccd1d0370c7b74

Authored by Andre Arko
1 parent 3a6e8ee440

work with EDITOR like 'mate -w'

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

script/boxen-my-config
... ... @@ -19,7 +19,7 @@
19 19 end
20 20 end
21 21  
22   -exec(editor, path) if editor && system("test -t 1")
  22 +exec([editor, path].join(' ')) if editor && system("test -t 1")
23 23  
24 24 puts path