bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash-20200417 snapshot breaks examples/loadables/push.c


From: Chet Ramey
Subject: Re: bash-20200417 snapshot breaks examples/loadables/push.c
Date: Mon, 20 Apr 2020 16:07:59 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/20/20 4:02 PM, Eli Schwartz wrote:
> In the latest devel push:
> 
> $ make -C examples/loadables/
> make: Entering directory '/home/eschwartz/git/bash/examples/loadables'
> gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses
> -Wno-format-security -I. -I.. -I../.. -I../../lib -I../../builtins -I.
> -I../../include -I/home/eschwartz/git/bash
> -I/home/eschwartz/git/bash/lib -I/home/eschwartz/git/bash/builtins  -c
> -o push.o push.c
> push.c: In function ‘push_builtin’:
> push.c:95:17: error: too few arguments to function ‘wait_for’
>    95 |       xstatus = wait_for (pid);

Thanks, this one is already fixed.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]