diff --git a/CHANGES b/CHANGES index 139dc3a4..2c1b632d 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/CHANGES-5.1 b/CHANGES-5.1 index e0eef4ef..aa3a1c3a 100644 --- a/CHANGES-5.1 +++ b/CHANGES-5.1 @@ -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 diff --git a/tests/RUN-ONE-TEST b/tests/RUN-ONE-TEST index c8bef8dd..0b063810 100755 --- a/tests/RUN-ONE-TEST +++ b/tests/RUN-ONE-TEST @@ -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