mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
commit bash-20200901 snapshot
This commit is contained in:
@@ -49,6 +49,9 @@ o. Fixed a bug that caused the history code to attempt to parse command
|
||||
substitutions looking for shell comments before adding them to the history,
|
||||
even while parsing here-documents.
|
||||
|
||||
p. Fixed a bug that could cause a syntax error in a command read by `eval' to
|
||||
exit an interactive shell.
|
||||
|
||||
2. New Features in Bash
|
||||
|
||||
a. If the hash builtin is listing hashed filenames portably, don't print
|
||||
|
||||
@@ -49,6 +49,9 @@ o. Fixed a bug that caused the history code to attempt to parse command
|
||||
substitutions looking for shell comments before adding them to the history,
|
||||
even while parsing here-documents.
|
||||
|
||||
p. Fixed a bug that could cause a syntax error in a command read by `eval' to
|
||||
exit an interactive shell.
|
||||
|
||||
2. New Features in Bash
|
||||
|
||||
a. If the hash builtin is listing hashed filenames portably, don't print
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
BUILD_DIR=/usr/local/build/bash/bash-current
|
||||
BUILD_DIR=/usr/local/build/chet/bash/bash-current
|
||||
THIS_SH=$BUILD_DIR/bash
|
||||
PATH=$PATH:$BUILD_DIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user