diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-03 16:27:40 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-03 16:27:40 -0700 |
| commit | eb1e1b45a2201ece1c66c531e505d7ca7f77621e (patch) | |
| tree | 186a49395cb027a8e8ffac57f63a2ca5ecb3245e /config | |
| parent | 48a1e6a3b9a44c15dfae775c23ee86d5fae98281 (diff) | |
Set option defaults
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/.bashrc b/config/.bashrc index 7bd45c1..c44ff91 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -49,9 +49,7 @@ if [ -n "$LM_PYTHON_VERSION" ]; then switch_to python "$MAJOR_VERSION" python --version pip --version - export LICENSE_FINDER_PYTHON_VERSION="--python-version $MAJOR_VERSION" -else - export LICENSE_FINDER_PYTHON_VERSION="--python-version 3" + export LICENSE_FINDER_PYTHON_VERSION="--python-version=$MAJOR_VERSION" fi switch_to java "adopt-openjdk-${LM_JAVA_VERSION:-8}" |
