diff --git a/script/boxen-my-config b/script/boxen-my-config index 73d5c78..cfe20d8 100755 --- a/script/boxen-my-config +++ b/script/boxen-my-config @@ -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