Searched hist:cb806389dba30cf9f34b6290a9250c0d6e5fdced (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/sh/ |
H A D | eval.h | diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881 diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881
|
H A D | histedit.c | diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881 diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881
|
H A D | main.c | diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881 diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881
|
H A D | trap.c | diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881 diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881
|
H A D | eval.c | diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881 diff cb806389dba30cf9f34b6290a9250c0d6e5fdced Sun May 31 14:36:14 CEST 2009 Stefan Farfeleder <stefanf@FreeBSD.org> Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins.
PR: 134881
|