summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2010-07-06 17:50:37 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-07-06 17:50:37 +0800
commita92255d6fa8b8efb0f9fb093b77ac601fe3e9ede (patch)
treec89a6a271bd51fa377dc7e93b2d0154c9c68e6cb /ChangeLog
parent[EVAL] Removed dead code for eval NPIPE (diff)
downloaddash-a92255d6fa8b8efb0f9fb093b77ac601fe3e9ede.tar.gz
dash-a92255d6fa8b8efb0f9fb093b77ac601fe3e9ede.zip
[EVAL] Check exit for eval NSUBSHELL
Example:     

$ dash -c 'set -e; (false); echo here'
here

With this commit, dash exits 1 before echo.

The bug was reported by Stefan Fritsch through
 http://bugs.debian.org/514863

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f5e24c..0e367a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-06  Gerrit Pape <pape@smarden.org>
+
+	* Check exit for eval NSUBSHELL.
+
 2010-07-06  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Fix loss of variables when hash collides.
1?id=77a2ba8c09ee4421b42cdc7f41e6145759731f71&follow=1'>Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe/td> 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe