Displaying 1 result from an estimated 1 matches for "ifs_broken".
Did you mean:
difs_broken
2020 Mar 28
0
[klibc:update-dash] dash: var: Set IFS to fixed value at start time
...;
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: var: Set IFS to fixed value at start time
[ dash commit 6458796c79e643503d14e18c611cfbf68c4a8cce ]
This patch forces the IFS variable to always be set to its default
value, regardless of the environment.
It also removes the long unused IFS_BROKEN code.
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/var.c | 11 ++---------
usr/dash/var.h | 6 +-----
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/usr/dash/var.c b/usr/dash/var.c
inde...