[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68717: texlive-bibexport is installed with incorrect shebang.
From: |
Nicolas Goaziou |
Subject: |
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