From: <ai...@us...> - 2010-06-16 18:04:33
|
Revision: 11076 http://plplot.svn.sourceforge.net/plplot/?rev=11076&view=rev Author: airwin Date: 2010-06-16 18:04:26 +0000 (Wed, 16 Jun 2010) Log Message: ----------- Turn examples/tcl/standard_examples(.in) into a properly configured shell script with the correct properties. Modified Paths: -------------- trunk/examples/tcl/standard_examples.in Property Changed: ---------------- trunk/examples/tcl/standard_examples.in Modified: trunk/examples/tcl/standard_examples.in =================================================================== --- trunk/examples/tcl/standard_examples.in 2010-06-16 18:01:15 UTC (rev 11075) +++ trunk/examples/tcl/standard_examples.in 2010-06-16 18:04:26 UTC (rev 11076) @@ -1,39 +1,40 @@ -# Examples 14 and 31 left out - see Tk standard_examples.in -# -# Problem in x22: crash - but not if run standalone -# Interference from x21? According to the messages I need to call plinit again -# Yes, leaving out x21 makes x22 behave correctly -# -# -source tcldemos.tcl -plinit -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -15 -16 -17 -18 -19 -20 -#21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -exit +#!@SH_EXECUTABLE@ +# Examples 14 and 31 left out - see Tk standard_examples.in +# +# Problem in x22: crash - but not if run standalone +# Interference from x21? According to the messages I need to call plinit again +# Yes, leaving out x21 makes x22 behave correctly +# +@pltcl_LOCATION@ $* <<EOF +source tcldemos.tcl +plinit +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +15 +16 +17 +18 +19 +20 +22 +23 +24 +25 +26 +27 +28 +29 +30 +exit +EOF Property changes on: trunk/examples/tcl/standard_examples.in ___________________________________________________________________ Added: svn:executable + * Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |