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

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

bug#68717: closed (texlive-bibexport is installed with incorrect shebang


From: GNU bug Tracking System
Subject: bug#68717: closed (texlive-bibexport is installed with incorrect shebang.)
Date: Sat, 27 Jan 2024 14:35:02 +0000

Your message dated Sat, 27 Jan 2024 15:34:13 +0100
with message-id <87jznusv4q.fsf@nicolasgoaziou.fr>
and subject line Re: bug#68717: texlive-bibexport is installed with incorrect 
shebang.
has caused the debbugs.gnu.org bug report #68717,
regarding texlive-bibexport is installed with incorrect shebang.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68717: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68717
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: texlive-bibexport is installed with incorrect shebang. Date: Thu, 25 Jan 2024 11:30:37 -0500
Just installed texlive-bibexport, which is a bash script used with .aux files in a LaTeX project to create project-local BibTeX files, and found that it has a hard-coded shebang of:

`#!/bin/bash`

This is not a problem if the system has a /bin/bash, but the default in GNU Guix is still currently not to, and therefore this script should be patched to use the following, or similar:

`#$(file-append bash "/bin/bash")`

This would allow it to function without requiring the creation of a literal `/bin/bash`.

Thoughts?

--- End Message ---
--- Begin Message --- Subject: Re: bug#68717: texlive-bibexport is installed with incorrect shebang. Date: Sat, 27 Jan 2024 15:34:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

Claire Rodriguez <yewscion@gmail.com> writes:

> Just installed texlive-bibexport, which is a bash script used with .aux
> files in a LaTeX project to create project-local BibTeX files, and found
> that it has a hard-coded shebang of:
>
> `#!/bin/bash`
>
> This is not a problem if the system has a /bin/bash, but the default in GNU
> Guix is still currently not to, and therefore this script should be patched
> to use the following, or similar:
>
> `#$(file-append bash "/bin/bash")`
>
> This would allow it to function without requiring the creation of a literal
> `/bin/bash`.
>
> Thoughts?

Indeed. I just patched texlive-bibexport.

Thanks for the report.

Regards,
-- 
Nicolas Goaziou




--- End Message ---

reply via email to

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