From 813ece9a3874ca74e5853c1039345e40deee14d2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Oct 2014 23:28:48 +0100 Subject: [PATCH] Quotes --- install-freedombone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 288f6a41..be4d00a1 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -1278,7 +1278,8 @@ function install_editor { update-alternatives --set editor /usr/bin/emacs24 # A minimal emacs configuration - echo "(add-to-list 'load-path '~/.emacs.d/')" > /home/$MY_USERNAME/.emacs + echo -n "(add-to-list 'load-path " > /home/$MY_USERNAME/.emacs + echo '"~/.emacs.d/")' >> /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs echo ';; ===== Remove trailing whitepace ======================================' >> /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs