[GRASS-SVN] r51012 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 7 09:25:27 EST 2012
Author: martinl
Date: 2012-03-07 06:25:27 -0800 (Wed, 07 Mar 2012)
New Revision: 51012
Modified:
grass/branches/releasebranch_6_4/lib/init/init.sh
Log:
init.sh: check also MSYS
(merge r51010 from devbr6)
Modified: grass/branches/releasebranch_6_4/lib/init/init.sh
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.sh 2012-03-07 14:20:01 UTC (rev 51011)
+++ grass/branches/releasebranch_6_4/lib/init/init.sh 2012-03-07 14:25:27 UTC (rev 51012)
@@ -52,7 +52,7 @@
# Get the system name
SYSTEM=`uname -s`
case $SYSTEM in
-MINGW*)
+MINGW* | MSYS*)
MINGW=1
;;
CYGWIN*)
More information about the grass-commit
mailing list