Skip to content
Snippets Groups Projects
Commit ea9ccbbe authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : *proc* syntax

parent a7c0e1c4
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #45985 waiting for manual action
......@@ -21,7 +21,7 @@ else
-not -path '*.local*' \
-not -path "*lib*" \
-not -path "*/$repo/$repo" \
-not -path "*/proc/*" \
-not -path "*proc/*" \
-print -quit)
if [[ "$REPO_PATH" == "" ]]; then
echo "ERROR : dependency $repo not found in search_path \"$search_path\". ABORTING."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment