Skip to content

Commit

Permalink
Merge pull request #87 from indirect/my-config
Browse files Browse the repository at this point in the history
work with EDITOR like 'mate -w'
  • Loading branch information
wfarr committed Mar 4, 2013
2 parents b97c0e9 + 8229fe2 commit c766b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/boxen-my-config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ unless File.exist? path
end
end

exec(editor, path) if editor && system("test -t 1")
exec([editor, path].join(' ')) if editor && system("test -t 1")

puts path

0 comments on commit c766b57

Please sign in to comment.