On Mon, Nov 15, 2021 at 04:04:36AM +0800, 積丹尼 Dan Jacobson wrote:
> I was testing -xeu vs. -vxeu on
> 
> set -xeu
> set /var/lib/exim4/config.autogenerated
> cp $@ /tmp
> update-exim4.conf --verbose
> diff /tmp $@||:
> set update-exim4.conf.conf
> echo . $PWD/$@-jidanni > /tmp/$@
> diff $@ /tmp
> 
> and no matter STDOUT or STDERR they gave the same results, there in
> emacs' *compilation* buffer.

1) What does emacs have to do with anything?  Run the script from a shell.

2) Your script has no compound commands of any kind.  No functions, no
   loops, no if statements, no case statements, no subshells, no braced
   command groups.  Nothing at all that would indicate the difference
   between -v and -x.

   Try a script with some of the above.

Reply via email to