[GRASS-SVN] r50402 -
grass/branches/develbranch_6/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 24 00:34:59 EST 2012
Author: hamish
Date: 2012-01-23 21:34:59 -0800 (Mon, 23 Jan 2012)
New Revision: 50402
Modified:
grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
add some whitespace to make the 'make won't work with spaces in pathnames' warning message less burried in the noise
Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension 2012-01-23 22:31:08 UTC (rev 50401)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension 2012-01-24 05:34:59 UTC (rev 50402)
@@ -257,6 +257,7 @@
g.message -w "The specified install path: [$PREFIX] contains a space. $GLOOM"
fi
if [ `echo "$TMPDIR" | grep -c ' '` -gt 0 ] ; then
+ # a problem because $MAPSET/.tmp/ is used as the compile dir
g.message -w "The path to your GIS data: [`g.gisenv GISDBASE`] may contain a space. $GLOOM"
fi
@@ -287,6 +288,7 @@
exit 0
fi
+g.message message=""
g.message -d "svn co [$SVNURL_ADDONS]/[$MODULECLASS]/[$MODULE]"
cd "$TMPDIR"
More information about the grass-commit
mailing list