]> git.eshelyaron.com Git - emacs.git/commitdiff
Document bash 5.0.0 misbehavior in tramp.texi (Bug#34192)
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Feb 2019 11:09:44 +0000 (12:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Feb 2019 11:09:44 +0000 (12:09 +0100)
* doc/misc/tramp.texi (Frequently Asked Questions): Warn about
bash 5.0.0 and HISTSIZE=0.  (Bug#34192)

doc/misc/tramp.texi

index bfb6d748f242580b8c803352d3004bbd29e0d821..633f2d16b6b629798ce65677832c042b211aa40a 100644 (file)
@@ -3410,7 +3410,9 @@ Due to the remote shell saving tilde expansions triggered by
 @value{tramp} can suppress this behavior with the user option
 @code{tramp-histfile-override}.  When set to @code{t}, environment
 variable @env{HISTFILE} is unset, and environment variables
-@env{HISTFILESIZE} @env{HISTSIZE} are set to 0.
+@env{HISTFILESIZE} and @env{HISTSIZE} are set to 0.  Don't use this
+with @command{bash} 5.0.0.  There is a bug in @command{bash} which
+lets @command{bash} die.
 
 Alternatively, @code{tramp-histfile-override} could be a string.
 Environment variable @env{HISTFILE} is set to this file name then.  Be