Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d4b6257d666149991a4c718601bd834cf100b79
      
https://github.com/NixOS/nixpkgs/commit/3d4b6257d666149991a4c718601bd834cf100b79
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M nixos/modules/system/boot/stage-1-init.sh

  Log Message:
  -----------
  nixos/stage1: Fix local keyword outside function

Thanks to @NeQuissimus in a5c1985fef381b1fb5d75d3b4028ed5b5d4454b3 for
updating busybox, which since version 1.25 doesn't allow local variables
outside of functions anymore (which is the desired behaviour).

See the following upstream commit of busybox which is the change that
let's this problem surface:

https://git.busybox.net/busybox/commit/?id=ef2386b80abfb22ccb697ddbdd4047aacc395c50

So this has been an error I've made on my end in
67223ee205364afb203361b134f16b890c4d726c, because I originally had a
function for killing the processes but desired to inline it because it's
only used in one place.

This fixes the boot-stage1 NixOS test.

Signed-off-by: aszlig <asz...@redmoonstudios.org>


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to