Changeset 3930


Ignore:
Timestamp:
Apr 24, 2019 10:32:12 AM (5 years ago)
Author:
toby
Message:

more debugging of OSX packaging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/src/bootstrap.py

    r3922 r3930  
    268268            key = i
    269269            break
     270val = ''
    270271if key:
     272    print('key=',key)
    271273    val = os.environ[key].strip()
     274    print('val=',val)
     275if val:
    272276    if val[-1] == '/':
    273277        val = val[:-1]
Note: See TracChangeset for help on using the changeset viewer.