ada-mode-users
[Top][All Lists]
Advanced

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

Re: [Ada-mode-users] Execute protection needed on shell scripts


From: Piotr Trojanek
Subject: Re: [Ada-mode-users] Execute protection needed on shell scripts
Date: Wed, 22 Nov 2017 09:48:37 +0100

On Tue, Nov 21, 2017 at 8:35 PM, Stephen Leake
<address@hidden> wrote:
> MELPA? I'm not aware of ada-mode in MELPA (https://melpa.org/). The
> official distribution is in Gnu ELPA (https://elpa.gnu.org/); I'll
> assume that's what you meant.

Indeed, I meant Gnu ELPA, sorry.

> That's because of the way git handles the executable bit. I'm using
> Cygwin git (on Windows 8.1), so maybe that's the problem, but I've never
> been able to get the permissions to stay set properly; they get
> overwritten seemingly randomly.
>
> I'm switching to Mingw64 git, so I guess it's time to try again. Do you
> have any suggestions on how to get the executable bits set in git
> correctly, and permanently?

No, I am afraid. ELPA maintainers cleaned this up for the previous
release but now we again have those executable bits set.

commit 207640bb46753b12d34f407c1af2759b08f618b4
Author: Thien-Thi Nguyen <address@hidden>
Date:   Tue Feb 21 19:19:18 2017

    Clear executable bit for Emacs Lisp files.

    BTW, this was done w/ shell command:
    find . -type f -name '*.el' -perm /u+x -exec chmod -x '{}' \;

    * admin/archive-contents.el: ‘chmod -x’.

    * packages/ada-mode/ada-gnat-compile.el: ‘chmod -x’.
    * packages/ada-mode/ada-gnat-xref.el: Likewise.
    * packages/ada-mode/ada-grammar-wy.el: Likewise.
    * packages/ada-mode/ada-mode.el: Likewise.
    * packages/ada-mode/ada-wisi-opentoken.el: Likewise.
    * packages/ada-mode/ada-wisi.el: Likewise.
    * packages/ada-mode/gpr-grammar-wy.el: Likewise.
    * packages/ada-mode/gpr-query.el: Likewise.
    * packages/other-frame-window/other-frame-window.el: Likewise.
    * packages/register-list/register-list.el: Likewise.
    * packages/windresize/windresize.el: Likewise.

-- 
Piotr Trojanek



reply via email to

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