Package: wmaker
Version: 0.95.3-2
Severity: minor
Tags: patch

Hello there the shell script "wmaker" uses the flags
"-mindepth" and "-maxdepth" out-of-order for find(1).
It results in two unnecessary warnings.

Best regards,
  Mats Erik Andersson, DM


--- usr/bin/wmaker.orig 2012-05-27 00:30:44.000000000 +0200
+++ usr/bin/wmaker      2013-09-20 12:36:09.000000000 +0200
@@ -63,7 +63,7 @@
     if [ -f "$gs_defaults/WMGLOBAL" ] ; then
         $convertfonts --keep-xlfd "$gs_defaults/WMGLOBAL"
     fi
-    find "$wm_styles" -type f -print0 -mindepth 1 -maxdepth 1 |
+    find "$wm_styles" -mindepth 1 -maxdepth 1 -type f -print0 |
     xargs -0 -r -n 1 $convertfonts --keep-xlfd
     touch "$wm_base/.fonts_converted"
 fi


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to