tag 472234 patch thanks Attached is a patch fixing the bashism.
Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
diff --exclude=.svn --exclude=CVS --exclude='~' -urN penggy-0.2.1.orig/debian/penggy.postinst penggy-0.2.1/debian/penggy.postinst
--- penggy-0.2.1.orig/debian/penggy.postinst 2008-04-05 20:53:25.000000000 -0600
+++ penggy-0.2.1/debian/penggy.postinst 2008-04-05 20:54:03.000000000 -0600
@@ -18,7 +18,7 @@
sed -n "s/^phone[1-5]\{0,1\}[ \\t]*=[ \\t]*\([^#]*\).*/\\1 no $TYPE/p" \
< /etc/penggy/penggy.cfg >> /etc/penggy/phonetab || true
- echo -e ',s/^\\(chat_script.*\\)/# \\1/\n,s/^\\(phone[1-5]\\?.*\\)/# \\1/\nw' |
+ printf ',s/^\\(chat_script.*\\)/# \\1/\n,s/^\\(phone[1-5]\\?.*\\)/# \\1/\nw' |
ed -s /etc/penggy/penggy.cfg 2> /dev/null || true
fi
signature.asc
Description: This is a digitally signed message part.

