replace-dependency: fix a syntax error while generating references.nix

This commit is contained in:
Ilya Fedin
2022-06-12 06:44:30 +04:00
parent e23890fd99
commit f767bee1f4
+1 -1
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