GNU bug report logs - #68717
texlive-bibexport is installed with incorrect shebang.

Previous Next

Package: guix;

Reported by: Claire Rodriguez <yewscion <at> gmail.com>

Date: Thu, 25 Jan 2024 16:32:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Claire Rodriguez <yewscion <at> gmail.com>
To: 68717 <at> debbugs.gnu.org
Subject: bug#68717: texlive-bibexport is installed with incorrect shebang.
Date: Thu, 25 Jan 2024 11:30:37 -0500
[Message part 1 (text/plain, inline)]
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?
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.