equal
deleted
inserted
replaced
620 script = [] |
620 script = [] |
621 if options.debug: |
621 if options.debug: |
622 script.append('set -x\n') |
622 script.append('set -x\n') |
623 if os.getenv('MSYSTEM'): |
623 if os.getenv('MSYSTEM'): |
624 script.append('alias pwd="pwd -W"\n') |
624 script.append('alias pwd="pwd -W"\n') |
|
625 n = 0 |
625 for n, l in enumerate(t): |
626 for n, l in enumerate(t): |
626 if not l.endswith('\n'): |
627 if not l.endswith('\n'): |
627 l += '\n' |
628 l += '\n' |
628 if l.startswith('#if'): |
629 if l.startswith('#if'): |
629 if skipping is not None: |
630 if skipping is not None: |