Displaying 1 result from an estimated 1 matches for "745083".
Did you mean:
245083
2004 Nov 13
0
[minor patch] ash `type' builtin
-------------- next part --------------
(minor) In klibc-0.192 (and earlier), `type' ash
builtin is somewhat broken:
# type printf
printf/usr/bin/printf
(ie there's no " is " in between the command and
the filename. This patch fixed the problem.
/mjt
exec.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
--- ash/exec.c.orig Thu Sep 16 01:36:58 2004
+++