From 8229fe238a6bda54b49742125fccd1d0370c7b74 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 1 Mar 2013 15:23:49 -0800 Subject: [PATCH] work with EDITOR like 'mate -w' --- script/boxen-my-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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