Package: fslint
Version: 2.26-2

--- Please enter the report below this line. ---
The attached (trivial) patch should fix the issue. It would be nice if
this could get into lenny, since fixing bashisms in /bin/sh scripts is a
release goal.

Regards,
Davide Cavalca

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.25-2-amd64

Debian Release: lenny/sid
  500 testing         www.debian-multimedia.org 
  500 testing         security.debian.org 
  500 testing         mi.mirror.garr.it 

--- Package information. ---
Depends       (Version) | Installed
=======================-+-===========
                        | 

diff -Naur fslint-2.26/fslint/supprt/rmlint/fixdup.sh fslint-2.26a/fslint/supprt/rmlint/fixdup.sh
--- fslint-2.26/fslint/supprt/rmlint/fixdup.sh	2007-06-19 12:10:48.000000000 +0200
+++ fslint-2.26a/fslint/supprt/rmlint/fixdup.sh	2008-08-06 18:52:11.000000000 +0200
@@ -24,11 +24,11 @@
   elif [ "nextfile" = "$keepfile" ]; then
     keepfile="$file"
     if [ "$dryRun" = "1" ]; then
-        echo -ne "\nkeeping $keepfile\t"
+        printf "\nkeeping $keepfile\t"
         if [ "$link" = "1" ]; then
-            echo -ne "hardlinking: "
+            printf "hardlinking: "
         else
-            echo -ne "deleting: "
+            printf "deleting: "
         fi
     fi
   else

Reply via email to