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/nix
base: 85488a93ec3b
Choose a base ref
...
head repository: NixOS/nix
compare: 2fadd30ba4eb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 30, 2018

  1. Remove some bashisms from configure.ac

    "configure.ac" is used to generate "configure", which is supposed to be
    run with /bin/sh (as suggested by the shebang line of "configure"). As a
    result it is a good idea to remove any /bin/sh-incompatible syntax from
    configure.ac. Otherwise, systems that do not use Bash as their /bin/sh
    are unable to run "configure" due to syntax errors.
    0mp committed Dec 30, 2018
    Copy the full SHA
    e8b0efd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #2607 from 0mp/configure.ac-fix

    Remove some bashisms from configure.ac
    edolstra committed Jan 7, 2019
    Copy the full SHA
    2fadd30 View commit details
    Browse the repository at this point in the history