Changeset 24675


Ignore:
Timestamp:
03/30/20 10:30:24 (5 years ago)
Author:
jdquinn
Message:

BUG: Quoting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r24674 r24675  
    700700                        dnl the best way to do this: it's what "site.py" does in the
    701701                        dnl standard library.
    702                         PYTHON_VERSION=$(${PYTHON_ROOT}/bin/python -c "import sys; print(sys.version[:3])")
     702                        PYTHON_VERSION=$(${PYTHON_ROOT}/bin/python -c "import sys; print(sys.version[[:3]])")
    703703                        AC_MSG_RESULT([${PYTHON_VERSION}])
    704704                else
Note: See TracChangeset for help on using the changeset viewer.