tag 473688 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 -urN phpix-2.0.2.orig/phpix-create-new-instance phpix-2.0.2/phpix-create-new-instance
--- phpix-2.0.2.orig/phpix-create-new-instance 2003-04-29 06:25:37.000000000 -0500
+++ phpix-2.0.2/phpix-create-new-instance 2008-04-08 18:57:42.000000000 -0500
@@ -7,10 +7,10 @@
show_help ()
{
- echo -e "$1
+ printf "$1
usage: phpix-symlink-instance [option] directory
-s symlink files instead of copying.
- -h show this usage info\n"
+ -h show this usage info\n\n"
exit 0
}
signature.asc
Description: This is a digitally signed message part.

