[GRASS-SVN] r43736 - grass/branches/develbranch_6/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 30 02:02:06 EDT 2010


Author: hamish
Date: 2010-09-30 06:02:06 +0000 (Thu, 30 Sep 2010)
New Revision: 43736

Modified:
   grass/branches/develbranch_6/scripts/g.extension/g.extension
Log:
rm symlinks

Modified: grass/branches/develbranch_6/scripts/g.extension/g.extension
===================================================================
--- grass/branches/develbranch_6/scripts/g.extension/g.extension	2010-09-30 05:50:02 UTC (rev 43735)
+++ grass/branches/develbranch_6/scripts/g.extension/g.extension	2010-09-30 06:02:06 UTC (rev 43736)
@@ -241,7 +241,7 @@
    if test -f "$MYINST_DIR/scripts/$MODULE" ; then
        rm -f "$MYINST_DIR/scripts/$MODULE"
    fi
-   if test -f "$MYINST_DIR/$MODULE" ; then
+   if test -h "$MYINST_DIR/$MODULE" ; then
        rm -f "$MYINST_DIR/$MODULE"
    fi
    if test -f "${MYINST_DIR}/docs/html/${MODULE}.html" ; then



More information about the grass-commit mailing list