Changeset 99 for trunk/pxeconfig.in


Ignore:
Timestamp:
08/07/07 16:36:25 (17 years ago)
Author:
bas
Message:

pxeconfig.in:

  • Use GNU getopt. This means that option and non-option arguments may be intermixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig.in

    r98 r99  
    280280  """
    281281  try:
    282     opts, args = getopt.getopt(argv[1:], SHORTOPT_LIST, LONGOPT_LIST)
     282    opts, args = getopt.gnu_getopt(argv[1:], SHORTOPT_LIST, LONGOPT_LIST)
    283283  except getopt.error, detail:
    284284    print __doc__
Note: See TracChangeset for help on using the changeset viewer.