[GRASS-SVN] r38619 - grass/branches/develbranch_6/tools/mkftcap

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


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

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

Modified: grass/branches/develbranch_6/tools/mkftcap/mkftcap
===================================================================
--- grass/branches/develbranch_6/tools/mkftcap/mkftcap	2009-08-04 16:36:25 UTC (rev 38618)
+++ grass/branches/develbranch_6/tools/mkftcap/mkftcap	2009-08-04 16:36:46 UTC (rev 38619)
@@ -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