emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20779: closed (25.0.50; executable-self-display ad


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20779: closed (25.0.50; executable-self-display adds wrong magic line)
Date: Wed, 10 Jun 2015 20:26:03 +0000

Your message dated Wed, 10 Jun 2015 16:25:19 -0400
with message-id <address@hidden>
and subject line Re: bug#20779: 25.0.50; executable-self-display adds wrong 
magic line
has caused the debbugs.gnu.org bug report #20779,
regarding 25.0.50; executable-self-display adds wrong magic line
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20779: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20779
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; executable-self-display adds wrong magic line Date: Tue, 09 Jun 2015 19:32:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
The command executable-self-display adds:
    #!/usr/bin/tail +2
as the first line.

This doesn't work with my version of tail:

$ tail --version
tail (GNU coreutils) 8.21

I get:
$ LANG=C /tmp/test
/usr/bin/tail: cannot open '+2' for reading: No such file or directory
==> /tmp/test <==
#!/usr/bin/tail +2
foo bar

For it to work, it would need to be 
    #!/usr/bin/tail -n+2

I have no suggestion to fix this (Is it even worth fixing ?)

Nico.



--- End Message ---
--- Begin Message --- Subject: Re: bug#20779: 25.0.50; executable-self-display adds wrong magic line Date: Wed, 10 Jun 2015 16:25:19 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 25.1

Thanks; fixed.


--- End Message ---

reply via email to

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