Skip to content
Snippets Groups Projects
Commit 8bb0a9ba authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add more options to recrusive flag

parent 4677e3e3
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -157,7 +157,7 @@ for module in $MODULES; do
PATCHES="$(eval echo \$SETUP_dune_${module}_PATCHES)"
RECURSIVE="$(eval echo \$SETUP_dune_${module}_RECURSIVE)"
[[ ! -z "$RECURSIVE" ]] && RECURSIVE_ARG="--recursive"
[[ "$RECURSIVE" =~ ^(ON|on|1|yes|YES|true|TRUE)$ ]] && RECURSIVE_ARG="--recursive"
git clone -b $BRANCH --depth 1 $RECURSIVE_ARG $REPO
# on windows, symlinks from git repos don't work
......
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