Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#671 closed defect (fixed)

fix a typo of configure's with_argument in ctools.py.

Reported by: Wang Diancheng Owned by:
Priority: major Milestone: 0.6.1
Component: Build master Version: dev
Keywords: Cc:
Operating System: Linux

Description

following is the patch:

  • ctools.py

    old new  
    6161    if cxxflags:
    6262        args.append('CXXFLAGS=%s' % cxxflags)
    6363    if prefix:
    64         args.append('--prefix=%ss' % prefix)
     64        args.append('--prefix=%s' % prefix)
    6565
    6666    from bitten.build import shtools
    6767    returncode = shtools.execute(ctxt, file_=file_, args=args)

Attachments (0)

Change History (3)

comment:1 Changed 13 years ago by anonymous

  • Summary changed from fix a type of configure with argument in ctools.py. to fix a typo of configure's with_argument in ctools.py.

comment:2 Changed 13 years ago by osimons

  • Milestone changed from 0.7 to 0.6.1

comment:3 Changed 13 years ago by osimons

  • Resolution set to fixed
  • Status changed from new to closed

Thanks. Comitted in [991] (trunk) and [992] (0.6.x).

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.