Ignore:
Timestamp:
Dec 2, 2010, 2:01:59 PM (14 years ago)
Author:
dkearney
Message:

adding catch statement around wm withdraw command so script doesnt die when running on machines without x, at steve's request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/simsim.in

    r1882 r1971  
    693693
    694694    # keep the wish window from popping up
    695     wm withdraw .
     695    catch {wm withdraw .}
    696696
    697697    # parse out path=val combinations from the list of orphaned parameters
Note: See TracChangeset for help on using the changeset viewer.