Hi! Here is the patch for NMU closing this bug:
diff -u fvwm-crystal-3.0.3.dfsg1/debian/fvwm-crystal.menu-method fvwm-crystal-3.0.3.dfsg1/debian/fvwm-crystal.menu-method
--- fvwm-crystal-3.0.3.dfsg1/debian/fvwm-crystal.menu-method
+++ fvwm-crystal-3.0.3.dfsg1/debian/fvwm-crystal.menu-method
@@ -17,7 +17,7 @@
endsupported;
# strip arguments from the command
-function CommandWOArgs()=shell("sh -r -c 'echo -n $0' "
+function CommandWOArgs()=shell("bash -r -c 'echo -n $0' "
replace(
"\""
esc(stripdir($command), "\\$`\"")
diff -u fvwm-crystal-3.0.3.dfsg1/debian/changelog fvwm-crystal-3.0.3.dfsg1/debian/changelog
--- fvwm-crystal-3.0.3.dfsg1/debian/changelog
+++ fvwm-crystal-3.0.3.dfsg1/debian/changelog
@@ -1,3 +1,12 @@
+fvwm-crystal (3.0.3.dfsg1-0.2) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Use bash instead of sh in fvwm-crystal.menu-method because of the use
+ of "-r" argument not supported by dash (Closes: #375205, #399836). Of
+ course, this is a quick fix.
+
+ -- Vincent Bernat <[EMAIL PROTECTED]> Wed, 28 May 2008 09:35:04 +0200
+
fvwm-crystal (3.0.3.dfsg1-0.1) unstable; urgency=low
* Non-maintainer upload.
Thanks. -- No fortunes found
pgphZsrX5Ekot.pgp
Description: PGP signature

