unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68717: texlive-bibexport is installed with incorrect shebang.
@ 2024-01-25 16:30 Claire Rodriguez
  2024-01-27 14:34 ` Nicolas Goaziou via Bug reports for GNU Guix
  0 siblings, 1 reply; 2+ messages in thread
From: Claire Rodriguez @ 2024-01-25 16:30 UTC (permalink / raw)
  To: 68717

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 692 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#68717: texlive-bibexport is installed with incorrect shebang.
  2024-01-25 16:30 bug#68717: texlive-bibexport is installed with incorrect shebang Claire Rodriguez
@ 2024-01-27 14:34 ` Nicolas Goaziou via Bug reports for GNU Guix
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Bug reports for GNU Guix @ 2024-01-27 14:34 UTC (permalink / raw)
  To: Claire Rodriguez; +Cc: 68717-done

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-27 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25 16:30 bug#68717: texlive-bibexport is installed with incorrect shebang Claire Rodriguez
2024-01-27 14:34 ` Nicolas Goaziou via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).