* 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
@@ -57,7 +57,6 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
ensureDir $out/debs
find . -name "*.deb" -exec cp {} $out/debs \;
shopt -s nullglob
for i in $out/debs/*.deb; do
header "Generated DEB package: $i"
dpkg-deb --info "$i"