|
From: <ai...@us...> - 2014-03-04 20:41:21
|
Revision: 13036
http://sourceforge.net/p/plplot/code/13036
Author: airwin
Date: 2014-03-04 20:41:18 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
Fix syntax error (missing double quote) introduced by last commit.
Modified Paths:
--------------
trunk/scripts/style_source.sh
Modified: trunk/scripts/style_source.sh
===================================================================
--- trunk/scripts/style_source.sh 2014-03-04 19:11:54 UTC (rev 13035)
+++ trunk/scripts/style_source.sh 2014-03-04 20:41:18 UTC (rev 13036)
@@ -214,7 +214,7 @@
# C source in utils.
csource_LIST="$csource_LIST utils/*.c"
-csource_LIST="$csource_LIST bindings/tcl/*.[ch] bindings/f95/*.c bindings/f95/plstubs.h bindings/gnome2/*/*.c bindings/ocaml/plplot_impl.c bindings/ocaml/plcairo/plcairo_impl.c bindings/python/plplot_widgetmodule.c bindings/tk/*.[ch] bindings/tk-x-plat/*.[ch]
+csource_LIST="$csource_LIST bindings/tcl/*.[ch] bindings/f95/*.c bindings/f95/plstubs.h bindings/gnome2/*/*.c bindings/ocaml/plplot_impl.c bindings/ocaml/plcairo/plcairo_impl.c bindings/python/plplot_widgetmodule.c bindings/tk/*.[ch] bindings/tk-x-plat/*.[ch]"
export cppsource_LIST
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|