[GRASS-SVN] r38618 - grass/branches/releasebranch_6_4/tools/mkftcap

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 4 12:36:26 EDT 2009


Author: neteler
Date: 2009-08-04 12:36:25 -0400 (Tue, 04 Aug 2009)
New Revision: 38618

Modified:
   grass/branches/releasebranch_6_4/tools/mkftcap/mkftcap
Log:
fix for debian bug #530092

Modified: grass/branches/releasebranch_6_4/tools/mkftcap/mkftcap
===================================================================
--- grass/branches/releasebranch_6_4/tools/mkftcap/mkftcap	2009-08-04 16:10:36 UTC (rev 38617)
+++ grass/branches/releasebranch_6_4/tools/mkftcap/mkftcap	2009-08-04 16:36:25 UTC (rev 38618)
@@ -31,7 +31,7 @@
         fi
     done
     
-    if which fc-list >&/dev/null ; then
+    if which fc-list >/dev/null 2>&1 ; then
         fc-list :outline file index \
             | sed -n \
                   -e 's!^\(.*\)/\(.*\)\.\([^.]*\): :index=0$!\2:\1/\2.\3:utf-8:!p' \



More information about the grass-commit mailing list