[GRASS-SVN] r43845 - grass-addons/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 10 00:03:07 EDT 2010


Author: hamish
Date: 2010-10-09 21:03:07 -0700 (Sat, 09 Oct 2010)
New Revision: 43845

Modified:
   grass-addons/tools/module_svn_propset.sh
Log:
READMEs are text files

Modified: grass-addons/tools/module_svn_propset.sh
===================================================================
--- grass-addons/tools/module_svn_propset.sh	2010-10-10 00:09:34 UTC (rev 43844)
+++ grass-addons/tools/module_svn_propset.sh	2010-10-10 04:03:07 UTC (rev 43845)
@@ -208,6 +208,8 @@
     *)
 	if [ "$FILE" = "Makefile" ] ; then
 	   apply_makefile "$FILE"
+	elif [ "$FILE" = "README" ] ; then
+	   apply_text "$FILE"
 	elif [ `file "$FILE" | grep -c "shell script"` -eq 1 ] ; then
 	   apply_shell_script "$FILE"
 	else



More information about the grass-commit mailing list