Changeset 2789


Ignore:
Timestamp:
Feb 24, 2012, 10:53:03 AM (13 years ago)
Author:
gah
Message:

change $* to $@ in bash scripts

Location:
trunk/gui/apps
Files:
12 edited

Legend:

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

    r2763 r2789  
    2222dir=`dirname $0` ; \
    2323. $dir/rappture.env ; \
    24 exec wish "$0" $*
     24exec wish "$0" "$@"
    2525# ----------------------------------------------------------------------
    2626# wish executes everything from here on...
  • trunk/gui/apps/encodedata.in

    r2415 r2789  
    99# ======================================================================
    1010#\
    11 exec wish "$0" $*
     11exec wish "$0" "$@"
    1212
    1313package require Rappture
  • trunk/gui/apps/flowvis-test

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

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

    r2233 r2789  
    1616dir=`dirname $0`
    1717. $dir/rappture.env
    18 exec tclsh $dir/launcher.tcl $*
     18exec tclsh $dir/launcher.tcl "$@"
  • trunk/gui/apps/rerun.in

    r1981 r2789  
    3232dir=`dirname $0`
    3333. $dir/rappture.env
    34 exec $dir/rappture -nosim true -load $*
     34exec $dir/rappture -nosim true -load "$@"
  • trunk/gui/apps/simsim.in

    r2659 r2789  
    1111dir=`dirname $0` ; \
    1212. $dir/rappture.env ; \
    13 exec $dir/tclsh "$0" $*
     13exec $dir/tclsh "$0" "$@"
    1414
    1515package require Rappture
  • trunk/gui/apps/vtkcontour-test

    r2687 r2789  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • trunk/gui/apps/vtkheightmap-test

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

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

    r2735 r2789  
    1919#\
    2020bindir=`dirname $0` ; \
    21 exec $bindir/wish "$0" $*
     21exec $bindir/wish "$0" "$@"
    2222# ----------------------------------------------------------------------
    2323# wish executes everything from here on...
  • trunk/gui/apps/vtkvolume-test

    r2735 r2789  
    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.