|
From: <ai...@us...> - 2008-09-20 17:35:10
|
Revision: 8787
http://plplot.svn.sourceforge.net/plplot/?rev=8787&view=rev
Author: airwin
Date: 2008-09-20 17:35:04 +0000 (Sat, 20 Sep 2008)
Log Message:
-----------
Fix recently introduced syntax error in line continuation.
Modified Paths:
--------------
trunk/scripts/htdocs-gen_plot-examples.sh
Modified: trunk/scripts/htdocs-gen_plot-examples.sh
===================================================================
--- trunk/scripts/htdocs-gen_plot-examples.sh 2008-09-20 17:17:24 UTC (rev 8786)
+++ trunk/scripts/htdocs-gen_plot-examples.sh 2008-09-20 17:35:04 UTC (rev 8787)
@@ -89,7 +89,7 @@
mv *${exe}.??.png $EXDIR/demo${exe}
# Note both Ada and fortran 77 examples grabbed from the installed
# examples.
- for f in
+ for f in \
$cexamples_dir/../ada/x${exe}a.adb \
examples/c/x${exe}c.c \
examples/c++/x${exe}.cc \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|