Commit 2c50e349 authored by Jan Malakhovski's avatar Jan Malakhovski
Browse files

fetchrepoproject: fix a bug that was there since bef6bef0

parent 672efa69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ''}