This commit is contained in:
Eelco Dolstra 2005-12-15 17:04:02 +00:00
parent b1eed6b586
commit 5144f750c4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ touch $reference
(echo $reference && echo && echo 0) | $TOP/src/nix-store/nix-store --register-validity
echo "registering..."
time for ((n = 0; n < $max; n ++)); do
time for ((n = 0; n < $max; n++)); do
storePath=$NIX_STORE_DIR/$n
touch $storePath
(echo $storePath && echo && echo 1 && echo $reference)