Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: beta21; Bug in execcmd() and job text question
- X-seq: zsh-workers 1451
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: beta21; Bug in execcmd() and job text question
- Date: Wed, 26 Jun 1996 17:37:14 -0700
- In-reply-to: Thorsten Meinecke <kaefer@xxxxxxxxxxxxxxx>        "beta21; Bug in execcmd() and job text question" (Jun 27,  1:25am)
- References: <m0uZ3xY-00000TC@xxxxxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxx
On Jun 27,  1:25am, Thorsten Meinecke wrote:
} Subject: beta21; Bug in execcmd() and job text question
}
} ...but wouldn't it be better to say `eval $foo' in the example below?
} 
}  % eval $foo& jobs
}  [1] 884
}  [1]  + running    eval sleep 10
Hmm.  No, actually, I prefer it the way it is above.  If I change the
value of foo, seeing `eval $foo' doesn't tell me anything at all about
what's actually running.
In fact, I'd prefer it if the "eval" got stripped off so all that zsh
prints is `sleep 10'.  After all, "eval" is not a job; the thing that
was being eval'd is the job.
-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern
New male in /home/schaefer:
>N  2 Justin William Schaefer  Sat May 11 03:43  53/4040  "Happy Birthday"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author