Changeset 3930
- Timestamp:
- Apr 24, 2019 10:32:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/src/bootstrap.py
r3922 r3930 268 268 key = i 269 269 break 270 val = '' 270 271 if key: 272 print('key=',key) 271 273 val = os.environ[key].strip() 274 print('val=',val) 275 if val: 272 276 if val[-1] == '/': 273 277 val = val[:-1]
Note: See TracChangeset
for help on using the changeset viewer.