[GRASS-SVN] r55922 - grass/branches/releasebranch_6_4/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 19 15:32:53 PDT 2013


Author: neteler
Date: 2013-04-19 15:32:53 -0700 (Fri, 19 Apr 2013)
New Revision: 55922

Modified:
   grass/branches/releasebranch_6_4/include/Make/Script.make
Log:
try for DOS line endings on autogen .bat files for scripts (backport of r55904)

Modified: grass/branches/releasebranch_6_4/include/Make/Script.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Script.make	2013-04-19 17:54:21 UTC (rev 55921)
+++ grass/branches/releasebranch_6_4/include/Make/Script.make	2013-04-19 22:32:53 UTC (rev 55922)
@@ -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