fetchrepoproject: fix a bug that was there since bef6bef0d2

This commit is contained in:
Jan Malakhovski
2023-08-06 12:17:09 +00:00
parent 672efa6939
commit 2c50e3491e
@@ -60,7 +60,7 @@ in stdenvNoCC.mkDerivation {
${optionalString (local_manifests != []) ''
mkdir .repo/local_manifests
for local_manifest in ${concatMapStringsSep " " toString local_manifests}; do
cp $local_manifest .repo/local_manifests/$(stripHash $local_manifest; echo $strippedName)
cp $local_manifest .repo/local_manifests/$(stripHash $local_manifest)
done
''}