瀏覽代碼

Fix source dependency parsing

tags/0.4
Filip Pytloun 8 年之前
父節點
當前提交
e3b0492cf9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh 查看文件

@@ -80,7 +80,7 @@ EOF

fetch_dependency() {
dep_name="$(echo $1|cut -d : -f 1)"
dep_source="$(echo $1|cut -d : -f 2)"
dep_source="$(echo $1|cut -d : -f 2-)"
dep_root="${DEPSDIR}/$(basename $dep_source .git)"
dep_metadata="${dep_root}/metadata.yml"


Loading…
取消
儲存