Changeset 93 for trunk/pxeconfig.in


Ignore:
Timestamp:
03/29/07 12:04:56 (17 years ago)
Author:
bas
Message:

pxeconfig.in:

  • Fixed an error in getopt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r78 r93  
    286286  #
    287287  for opt,value in opts:
    288     elif opt in ['-i', '--interactive']:
     288    if opt in ['-i', '--interactive']:
    289289      binfo[INTERACTIVE] = 1
    290290
Note: See TracChangeset for help on using the changeset viewer.