- Timestamp:
- Dec 8, 2010, 7:51:40 AM (14 years ago)
- Location:
- trunk/gui/apps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/rappture.in
r635 r1981 14 14 # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 15 15 # ====================================================================== 16 17 RAPPTURE_INSTALL_DIR=@prefix@ 18 19 . $RAPPTURE_INSTALL_DIR/bin/rappture.env 20 exec $RAPPTURE_INSTALL_DIR/bin/driver $* 16 dir=`dirname $0` 17 . $dir/rappture.env 18 exec $dir/driver $* -
trunk/gui/apps/rerun.in
r1803 r1981 30 30 # 31 31 # 32 exec rappture -nosim true -load $* 32 dir=`dirname $0` 33 . $dir/rappture.env 34 exec $dir/rappture -nosim true -load $*
Note: See TracChangeset
for help on using the changeset viewer.