Changeset 2793 for branches/blt4


Ignore:
Timestamp:
Mar 1, 2012, 12:05:52 PM (12 years ago)
Author:
gah
Message:
 
Location:
branches/blt4/gui/apps
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/apps/about.in

    r2536 r2793  
    2121#\
    2222. rappture.env \
    23 exec wish "$0" $*
     23exec wish "$0" "$@"
    2424# ----------------------------------------------------------------------
    2525# wish executes everything from here on...
  • branches/blt4/gui/apps/encodedata.in

    r2536 r2793  
    99# ======================================================================
    1010#\
    11 exec wish "$0" $*
     11exec wish "$0" "$@"
    1212
    1313package require Rappture
  • branches/blt4/gui/apps/flowvis-test

    r2536 r2793  
    1919bindir=`dirname $0` ; \
    2020. $bindir/rappture.env ; \
    21 exec wish "$0" $*
     21exec wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • branches/blt4/gui/apps/nanovis-test

    r2536 r2793  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • branches/blt4/gui/apps/rappture.in

    r2170 r2793  
    1616dir=`dirname $0`
    1717. $dir/rappture.env
    18 exec tclsh $dir/launcher.tcl $*
     18exec tclsh $dir/launcher.tcl "$@"
  • branches/blt4/gui/apps/rerun.in

    r2170 r2793  
    3232dir=`dirname $0`
    3333. $dir/rappture.env
    34 exec $dir/rappture -nosim true -load $*
     34exec $dir/rappture -nosim true -load "$@"
  • branches/blt4/gui/apps/vtkcontour-test

    r2742 r2793  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • branches/blt4/gui/apps/vtkstreamlines-test

    r2742 r2793  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • branches/blt4/gui/apps/vtkviewer-test

    r2742 r2793  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
Note: See TracChangeset for help on using the changeset viewer.