Skip to content

Commit

Permalink
install: bug-fix for param UP
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Feb 3, 2016
1 parent 631e028 commit f18d275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ tr_option()

update()
{
if . $QA_PATH/scripts/updateConfigFile.txt ${AUTO_UPDATE:-AUTO_UPDATE} ; then
if . $QA_PATH/scripts/updateConfigFile.txt ${AUTO_UPDATE:-AUTO_UPDATE} \
|| [ ${isUpdateQA:-f} = t ]; then
if [ $CONDA_ENV ] ; then
# look for a new conda-built package
local tmp
Expand Down

0 comments on commit f18d275

Please sign in to comment.