Merge pull request #30153 from uvNikita/patch-2

trivial-builders.nix: fix writeShellScriptBin
This commit is contained in:
Franz Pletz 2017-10-07 04:02:25 +02:00 committed by GitHub
commit 5e3376e28b

View file

@ -68,7 +68,7 @@ rec {
${text}
'';
checkPhase = ''
${stdenv.shell} -n $out
${stdenv.shell} -n $out/bin/${name}
'';
};