From 71db56e619162cc0640a9cb50881a39c16cf64cd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Oct 2014 23:27:21 +0100 Subject: [PATCH] Single quotes --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 21aaef93..288f6a41 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -1278,7 +1278,7 @@ 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 "(add-to-list 'load-path '~/.emacs.d/')" > /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs echo ';; ===== Remove trailing whitepace ======================================' >> /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs