summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2014-01-28 10:26:25 -0800
committerTim Rice <tim@multitalents.net>2014-01-28 10:26:25 -0800
commit6f917ad376481995ab7d29fb53b08ec8d507eb9e (patch)
tree28b8e366f294cb729598cdb826f626682be73a9b /ChangeLog
parentab16ef4152914d44ce6f76e48167d26d22f66a06 (diff)
- (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable
when used as an error message inside an if statement so we display the correct into. agent.sh patch from Petr Lautrbach.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 549db120b..74390565e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the 4 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the
5 latter being specified to have undefined behaviour in SUSv3; 5 latter being specified to have undefined behaviour in SUSv3;
6 ok dtucker 6 ok dtucker
7 - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable
8 when used as an error message inside an if statement so we display the
9 correct into. agent.sh patch from Petr Lautrbach.
7 10
820140127 1120140127
9 - (dtucker) [Makefile.in] Remove trailing backslash which some make 12 - (dtucker) [Makefile.in] Remove trailing backslash which some make