Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d2c9469ef75d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fc62890f2d95
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Oct 19, 2019

  1. execlineb: change execlineb wrapper to C script

    Instead of using execlineb to define the execlineb wrapper, we replace
    it by a little C wrapper.
    
    This is mainly done because on non-Linux systems (i.e. mainly macOS),
    it is impossible for a shebang interpreter to be itself a shebang
    script.
    It is, however, perfectly fine to have a chain that goes
    shebang -> ELF -> shebang -> ELF -> …
    
    Co-Authored-By: Laurent Bercot <ska-skaware@skarnet.org>
    Profpatsch and skarnet committed Oct 19, 2019
    Copy the full SHA
    fc62890 View commit details
    Browse the repository at this point in the history