Loading refred +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ if [ -n "$1" ]; then elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa shift # drop this argument elif [ "$1" == "--v4" ]; then CONDA_ENVIRON=refred-v4 shift # drop this argument fi fi Loading Loading
refred +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ if [ -n "$1" ]; then elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa shift # drop this argument elif [ "$1" == "--v4" ]; then CONDA_ENVIRON=refred-v4 shift # drop this argument fi fi Loading