Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > gnu.bash.bug > #16771

Re: auto_resume takes effect too early in command substitution

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: auto_resume takes effect too early in command substitution
Date 2020-08-18 16:35 -0400
Organization ITS, Case Western Reserve University
Message-ID <mailman.278.1597782962.2469.bug-bash@gnu.org> (permalink)
References <CAH7i3Lph7t2VTDDOsJu6+osY=qzx_yPgkTfJzkUvKUdv-XKkcA@mail.gmail.com> <b136bf80-b002-bf2b-750a-3349b0c99d89@case.edu>

Show all headers | View raw


On 8/17/20 12:15 AM, Oğuz wrote:
> See:
> 
>     $ sleep 20
>     ^Z
>     [1]+  Stopped                 sleep 20
>     $
>     $ auto_resume= sleep
>     sleep: missing operand
>     Try 'sleep --help' for more information.
>     $
>     $ echo $(auto_resume= sleep)
>     bash: fg: no current jobs

Thanks for the report. I'll take a look.


-- 
``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/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: auto_resume takes effect too early in command substitution Chet Ramey <chet.ramey@case.edu> - 2020-08-18 16:35 -0400

csiph-web