We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9137f commit e914203Copy full SHA for e914203
installer/tue-install-impl.bash
@@ -378,6 +378,7 @@ function tue-install-git
378
tue-install-error "Target directory path cannot be empty"
379
fi
380
381
+ local res
382
if [ ! -d "$targetdir" ]
383
then
384
tue-install-debug "git clone --recursive $repo $targetdir"
@@ -403,7 +404,6 @@ function tue-install-git
403
404
tue-install-info "URL has switched to $repo"
405
406
- local res
407
tue-install-debug "git -C $targetdir pull --ff-only --prune"
408
res=$(git -C "$targetdir" pull --ff-only --prune 2>&1)
409
tue-install-debug "res: $res"
0 commit comments