From 66f816c5d4c8ee5b61b42dd199309495681bd252 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 25 Feb 2013 16:25:40 +0100 Subject: [PATCH] beginner error... --- atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom b/atom index 1de77d0..8132a5e 100755 --- a/atom +++ b/atom @@ -505,7 +505,7 @@ then then mkdir -p ~/.atom fi - sed "s/%HOME%/$HOME/" "$exampleconf" ~/.atom/atom.cfg + sed "s:%HOME%:$HOME:" "$exampleconf" > ~/.atom/atom.cfg cat >&2 <<-EOCfgNotice No configuration file found! An example file has been created as ~/.atom/atom.cfg.