emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master a179572 3/4: [admin] Specify bash in update-archive.sh


From: Thien-Thi Nguyen
Subject: Re: [elpa] master a179572 3/4: [admin] Specify bash in update-archive.sh shebang line.
Date: Tue, 28 Feb 2017 11:09:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() Stefan Monnier <address@hidden>
() Tue, 28 Feb 2017 02:22:58 -0500

   $(..) is definitely part of posix-sh and I can't remember the
   last I heard mention of an sh that doesn't support it.

   Not sure what you mean by "function bodies that don't begin
   in column 0", but that doesn't sound bash-specific either.

I mean stuff like:

 signal_error () {
 ...
 }

where the open-curly-brace is not at bol.  I've now perused
<http://mywiki.wooledge.org/Bashism> and run checkbashisms.
These concur w/ you.  So, i've reverted that change, bumped
the version, and pushed.  Thanks for pointing this out.

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)
   (pcase (context query)
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

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