Skip to content

Commit

Permalink
Merge pull request #58977 from illegalprime/writeShellScriptBin-cross
Browse files Browse the repository at this point in the history
writeShellScriptBin: use build-time shell in check phase
  • Loading branch information
matthewbauer authored Apr 4, 2019
2 parents acbdaa5 + 53b0027 commit f718a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/trivial-builders.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ rec {
${text}
'';
checkPhase = ''
${runtimeShell} -n $out/bin/${name}
${stdenv.shell} -n $out/bin/${name}
'';
};

Expand Down

0 comments on commit f718a12

Please sign in to comment.