Commit c766b578c1a27cce0b2e0c1a583ecd25b24cd043

Authored by Will Farrington

Merge pull request #87 from indirect/my-config

work with EDITOR like 'mate -w'

Showing 1 changed file 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