[GRASS-SVN] r51010 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 7 09:17:33 EST 2012
Author: martinl
Date: 2012-03-07 06:17:33 -0800 (Wed, 07 Mar 2012)
New Revision: 51010
Modified:
grass/branches/develbranch_6/lib/init/init.sh
Log:
init.sh: check also MSYS
Modified: grass/branches/develbranch_6/lib/init/init.sh
===================================================================
--- grass/branches/develbranch_6/lib/init/init.sh 2012-03-07 14:06:49 UTC (rev 51009)
+++ grass/branches/develbranch_6/lib/init/init.sh 2012-03-07 14:17:33 UTC (rev 51010)
@@ -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