* UML: purity fix (Makefile refers to /bin/bash).

svn path=/nixpkgs/trunk/; revision=8437
This commit is contained in:
Eelco Dolstra 2007-03-28 11:21:16 +00:00
parent b795dd8d44
commit 9a8b115e57

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation {
if stdenv.system == "x86_64-linux" then "x86_64" else
abort "";
makeFlags = if userModeLinux then "ARCH=um" else "";
makeFlags = if userModeLinux then "ARCH=um SHELL=bash" else "";
inherit module_init_tools;