Browse Source

Missing redirection

Bob Mottram 10 years ago
parent
commit
d2f7c4427d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

@@ -1302,7 +1302,7 @@ function install_editor {
1302 1302
   echo '' >> /home/$MY_USERNAME/.emacs
1303 1303
   echo '(setq org-support-shift-select t)' >> /home/$MY_USERNAME/.emacs
1304 1304
   echo '' >> /home/$MY_USERNAME/.emacs
1305
-  echo ';; ===== Set standard indent to 4 rather that 4 ========================='
1305
+  echo ';; ===== Set standard indent to 4 rather that 4 =========================' >> /home/$MY_USERNAME/.emacs
1306 1306
   echo '' >> /home/$MY_USERNAME/.emacs
1307 1307
   echo '(setq standard-indent 4)' >> /home/$MY_USERNAME/.emacs
1308 1308
   echo '(setq-default tab-width 4)' >> /home/$MY_USERNAME/.emacs