[GRASS-SVN] r55904 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 17:31:57 PDT 2013


Author: hamish
Date: 2013-04-18 17:31:57 -0700 (Thu, 18 Apr 2013)
New Revision: 55904

Modified:
   grass/branches/develbranch_6/include/Make/Script.make
Log:
try for DOS line endings on autogen .bat files for scripts

Modified: grass/branches/develbranch_6/include/Make/Script.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Script.make	2013-04-18 22:06:40 UTC (rev 55903)
+++ grass/branches/develbranch_6/include/Make/Script.make	2013-04-19 00:31:57 UTC (rev 55904)
@@ -25,6 +25,7 @@
 
 $(BIN)/$(PGM).bat: $(MODULE_TOPDIR)/scripts/windows_launch.bat
 	sed -e "s#SCRIPT_NAME#$(PGM)#" $(MODULE_TOPDIR)/scripts/windows_launch.bat > $@
+	unix2dos $@
 
 # Make strings in a fake .c file so that they get picked up by the internationalizer stuff.
 # These are only the options (parser.c) type things.



More information about the grass-commit mailing list