Changeset 399058f


Ignore:
Timestamp:
02/15/2019 04:06:46 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
d39252b
Parents:
7a82194
Message:

Python in func_check_version should be uppercase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    r7a82194 r399058f  
    165165  fi
    166166  if [ -n "$MIN_Python_VER" ]; then
    167     check_version "$MIN_Python_VER"    "3.$(python3 -c"import sys; print(sys.version_info.minor,'.',sys.version_info.micro,sep='')")" "Python"
     167    check_version "$MIN_Python_VER"    "3.$(python3 -c"import sys; print(sys.version_info.minor,'.',sys.version_info.micro,sep='')")" "PYTHON"
    168168  fi
    169169}
Note: See TracChangeset for help on using the changeset viewer.