Changeset 1220


Ignore:
Timestamp:
08/30/06 15:14:47 (18 years ago)
Author:
mar637
Message:

forgot a colon after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/bin/install

    r1219 r1220  
    3030        lsp = l.split()
    3131        # test this to avoid fails on linux_gate, which has no library
    32         if len(lsp) >= 3
     32        if len(lsp) >= 3:
    3333            if lsp[2] == "not":
    3434                unresolved.append(lsp[0])
Note: See TracChangeset for help on using the changeset viewer.