tags 385663 patch
thanks

Hi,

The attached patch from Ubuntu fixes this issue.

Thanks,

James

-- 
  James Westby   --    GPG Key ID: B577FE13    --     http://jameswestby.net/
  seccure key - (3+)k7|M*edCX/.A:n*N!>|&7U.L#9E)Tu)T0>AM - secp256r1/nistp256
--- 2.3.99.6-1/abcde	2006-08-05 20:14:00.000000000 +0100
+++ 2.3.99.6-1ubuntu2/abcde	2007-10-18 16:24:45.000000000 +0100
@@ -3249,7 +3252,11 @@ DOMOVE=n
 DOREPLAYGAIN=n
 DOPLAYLIST=n
 DOCLEAN=n
-DOCUE=n
+
+# Don't clobber the -M command-line flag.
+if [ -z "$DOCUE" ]; then
+	DOCUE=n
+fi
 
 for ACTION in $(echo $ACTIONS | tr , \ )
 do

Reply via email to