# HG changeset patch # User Oleksandr Gavenko # Date 1272379648 -10800 # Node ID 81002426f2c273efdda689773995ab3e84a4e81e # Parent b11171df86df01562132bdc17cad9366838d3eef Set shell to bash. diff -r b11171df86df -r 81002426f2c2 .emacs-my --- a/.emacs-my Mon Apr 26 17:07:08 2010 +0300 +++ b/.emacs-my Tue Apr 27 17:47:28 2010 +0300 @@ -647,7 +647,7 @@ ) (progn ;; Use shell from Cygwin/MinGW. - (setq shell-file-name "sh") + (setq shell-file-name "bash") ) ) ;; (setq explicit-shell-file-name "bash")