beginner error...

This commit is contained in:
Vincent Riquer 2013-02-25 16:25:40 +01:00
parent d285884090
commit 66f816c5d4

2
atom
View File

@ -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.