1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

* Bug fix.

svn path=/nixpkgs/trunk/; revision=483
This commit is contained in:
Eelco Dolstra 2003-11-06 12:43:11 +00:00
parent 4d037af2de
commit 1c2cebf738

View file

@ -60,7 +60,6 @@ sub addPkg {
# }
}
foreach my $pkgdir ($ENV{"dirs"}) {
foreach my $pkgdir (split ' ', $ENV{"dirs"}) {
addPkg($pkgdir);
}