[cig-commits] commit 2457 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Apr 9 19:29:54 PDT 2014


Revision 2457

Improve file search command.

U   trunk/aspect/doc/astyle.rc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2457&peg=2457

Diff:
Modified: trunk/aspect/doc/astyle.rc
===================================================================
--- trunk/aspect/doc/astyle.rc	2014-04-09 22:06:08 UTC (rev 2456)
+++ trunk/aspect/doc/astyle.rc	2014-04-10 02:29:49 UTC (rev 2457)
@@ -1,6 +1,6 @@
 # astyle 2.02 indentation style for the Aspect program
 # Run astyle in a command like
-#    astyle --options=doc/astyle.rc source/*cc source/*/*cc include/aspect/*h
+#    astyle --options=doc/astyle.rc `find include source | egrep '\.(h|cc)$'`
 
 --style=gnu
 


More information about the CIG-COMMITS mailing list