* 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

View File

@@ -543,7 +543,6 @@ in
sed -i 's/$PYTHON/true/' istanbul-0.2.2/configure
mkdir -p $out/bin
export DESTDIR="$out"
shopt -s nullglob
'';
src = fetchurl {
url = http://zaheer.merali.org/istanbul-0.2.2.tar.bz2;