Aaron M. Ucko <[EMAIL PROTECTED]> wrote:

> Package: gri-el
> Version: 2.12.16-2
> Severity: serious
> Justification: Policy 10.4
> 
> gri-el's emacsen install script uses the bashism "&>" to redirect
> emacs's standard error, leading to incorrect behavior (running the
> compilation in the background, racing against .el file removal) on
> systems with dash as /bin/sh.  Please use the portable "2>&1"
> construct instead:
> 
>     ${flavour} ${flags} ${files} >> ${LOG} 2>&1

Thanks for pointing that out.
 
> While you're at it, please also switch to symlinking the .el file per
> http://lists.debian.org/debian-emacsen/2006/10/msg00154.html .

That slipped through the cracks!  Thanks.

-- 
Peter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to