forked from lix-project/lix
* Typo.
This commit is contained in:
parent
b1eed6b586
commit
5144f750c4
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue