svn path=/nixos/branches/boot-order/; revision=22367

This commit is contained in:
Eelco Dolstra 2010-06-21 22:00:48 +00:00
parent d43d321e86
commit 6c6710b85a

View File

@ -54,7 +54,7 @@ done
# Also include a manifest of the closures in a format suitable for
# nix-store --load-db.
if [ -n "$object"; ]; then
if [ -n "$object" ]; then
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
echo "nix-path-registration=nix-path-registration" >> pathlist
fi