* Removed some obsolete nullglobs.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15140
This commit is contained in:
Eelco Dolstra
2009-04-19 08:55:27 +00:00
parent 01fdf66360
commit fd473913f5
4 changed files with 0 additions and 4 deletions
@@ -49,7 +49,6 @@ stdenv.mkDerivation (
postHook = ''
ensureDir $out/nix-support
shopt -s nullglob
'';
postUnpack = ''