Ver Fonte

Fix torch script

Lutz Roeder há 7 anos atrás
pai
commit
809fa5f47f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/torch

+ 1 - 1
tools/torch

@@ -21,7 +21,7 @@ git_sync() {
         git -C "${third_party}/${1}" reset --quiet --hard origin/master
     else
         echo "Clone ${2}..."
-        git -C "${third_party}" clone --recursive ${2}
+        git -C "${third_party}" clone --recursive ${2} ${1}
     fi
     git -C "${third_party}" submodule update --init
 }