Merge pull request #177360 from ilya-fedin/fix-replace-dependency

replace-dependency: fix a syntax error while generating references.nix
This commit is contained in:
Alexander Bantyev 2022-06-15 11:21:51 +04:00 committed by GitHub
commit a32637f296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ let
read ref_path
if [ "$ref_path" != "$path" ]
then
echo " (builtins.storePath $ref_path)"
echo " (builtins.storePath (/. + \"$ref_path\"))"
fi
count=$(($count - 1))
done