Skip to content

conda-analytics-clone: fix crash caused by $1 not being set

Brouberol requested to merge T369127 into main

Because we have the set -u option, bash does not tolerate $1 not being set. I changed the way the default value for $1 is computed, which seems to fix the issue.

Bug: T369127

Closes T369127

Merge request reports