[GRASS-SVN] r41372 - grass/branches/develbranch_6/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 9 02:02:57 EST 2010


Author: hamish
Date: 2010-03-09 02:02:56 -0500 (Tue, 09 Mar 2010)
New Revision: 41372

Modified:
   grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
don't try to remove file before we've created it

Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj	2010-03-09 06:52:20 UTC (rev 41371)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj	2010-03-09 07:02:56 UTC (rev 41372)
@@ -164,7 +164,6 @@
 fi
 if [ -z "$IN_PROJ" ] ; then
    g.message -e "Missing input projection parameters."
-   rm -f "$TEMPFILE"
    exit 1
 fi
 



More information about the grass-commit mailing list