fetchrepoproject: fix a bug that was there since bef6bef0d2ce2ef7cfaa3e9f1eac2cdc793560c4

This commit is contained in:
Jan Malakhovski 2023-07-18 09:16:38 +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
''}